0
kicks
Asp.Net MVC Model Binding Collections of Custom Types
I came across an interesting solution about couple months ago when I was working on a project for Ford. At first I couldn’t bind a collection of custom type back to the model when a user submits a data back to the server. For some reason the syntax I was using didn’t want to work. This is a common scenario when you have something like multi edit table rows or perhaps want to simulate spread sheet functionality on a web page.