Top "Mvccontrib" questions

This project was designed to add functionality and ease-of-use to Microsoft's ASP.

ASP.NET MVC partial views: input name prefixes

Suppose I have ViewModel like public class AnotherViewModel { public string Name { get; set; } } public class MyViewModel { public string Name { get; …

asp.net-mvc spark-view-engine mvccontrib
Reflecting parameter name: abuse of C# lambda expressions or syntax brilliance?

I am looking at the MvcContrib Grid component and I'm fascinated, yet at the same time repulsed, by a syntactic …

c# asp.net-mvc lambda mvccontrib
ASP.NET MVC 3: DefaultModelBinder with inheritance/polymorphism

First, sorry for the big post (I've tried to do some research first) and for the mix of technologies on …

c# inheritance asp.net-mvc-3 mvccontrib ninject-2
Use MVCContrib grid for editing

I just started using the MVCContrib grid in a test project. I'm having a difficult time finding information on how …

asp.net-mvc mvccontrib
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 …

asp.net-mvc-3 razor mvccontrib portable-areas
Troubleshooting "The resource cannot be found." Error

I have an MVC 3 App with a few Areas built into it, one of the areas is my Admin section …

asp.net-mvc-3 mvccontrib
ASP.net MVC - How to persist model over various views

Situation: In some project management software written in asp.net I have a create project page (working fine). I need …

asp.net-mvc model-view-controller mvccontrib
MVC4 and MVCContrib

Does MVCContrib currently support MVC4? I am having a first look at switching a project from MVC2 to MVC4 and …

asp.net-mvc-4 mvccontrib