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
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开发者_
Just updated from MvcContrib.Mvc3-ci 3.0.73.0 to 3.0.75, and the previously working plain ViewUserControl threw a runtime exception:
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.
I\'m using the strongly typed Url.Action me开发者_如何学编程thod from MvcContrib to do all of my url generation on my site.
I implement a custom validator to check if there is at least something checked: public class AtLestOneRequiredAttribute : RequiredAttribute
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
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
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
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