mvccontrib
What replaced [Obsolete] MvcRoute in MvcContrib?
We\'re currently using MvcContrib.Routing.MvcRoute for our routes, bu开发者_开发技巧t it\'s marked as Obsolete in version 3.0.51.0. Was the fluent API replaced by something or just abandoned?According[详细]
2023-03-22 22:55 分类:问答MvcContrib vs. MvcFutures
What is the relation between MvcContrib and MvcFutures? Looks like MvcFutures contains code that will be part of future ASP.NET MVC releases and MvcContrib is less official library which conta开发者_[详细]
2023-03-19 09:42 分类:问答MvcContrib.Mvc3-ci 3.0.75.0 breaking change?
Just updated from MvcContrib.Mvc3-ci 3.0.73.0 to 3.0.75, and the previously working plain ViewUserControl threw a runtime exception:[详细]
2023-03-17 01:26 分类:问答Edit only one column in MvcContrib Grid + MVC 2.0
How can I edit only one of the columns( the last one) in the MvcContrib Grid. When the Edit button is clicked other columns should not be editable.[详细]
2023-03-14 21:08 分类:问答How to force http or https with Url.Action<tController>
I\'m using the strongly typed Url.Action me开发者_如何学编程thod from MvcContrib to do all of my url generation on my site.[详细]
2023-03-10 05:35 分类:问答ASP.NET mVC 3.0 Validate MVCContrib CheckboxList
I implement a custom validator to check if there is at least something checked: public class AtLestOneRequiredAttribute : RequiredAttribute[详细]
2023-03-09 03:49 分类:问答How to deal with more than one value per key in ASP.NET MVC 3?
I have the following problem: one of the system I\'m working in most important features is a search page. In this page I have some options, like records per page, starting date, ending date, and the p[详细]
2023-03-07 05:51 分类:问答MVCContrib Portable Areas Swf Embedded Resource
I\'m getting the error \"The given key was not present in the dictionary.\" with a swf as an embedded resource in a MVCContrib portable area. When I remove the file from the assembly entirely I get a[详细]
2023-03-03 05:31 分类:问答MVCContrib portable areas not working from HtmlExtensions, MVC 3
I just implemented MVCContrib\'s Portable Area feature and it works fine. I can open it using: http://localhost/projectname/portableAreaName, but this portable area is not working if i render it using[详细]
2023-02-28 09:25 分类:问答ASP.NET MVC 3, Razor Views, and Portable Areas
I am trying to using portable views with ASP.NET MVC 3 and razor views as that seems like the best way to create an easy plug-in architecture.So I have my class library setup and I have my view locate[详细]
2023-02-27 04:28 分类:问答