Model binding a collection with MVC and .NET 2.0
After about 3 hours of frustrating debugging, I came across a quirk/bug when using: MVC .NET 2.0 / 3.5 Model binding a collection Imagine you have a collection of, say User objects. And you would like to bind that collection to your view, but you only want to display some of the users. For example, only admin users. Your … More Model binding a collection with MVC and .NET 2.0