0
kicks
Saving dynamically added list items using jQuery and ASP.NET MVC
The author gives an example of how you can use ASP.NET MVC built in DefaultModelBinder to populate a List of Complex Types for a Controller Action. Taking the example a step further, the author describes how to dynamically add elements in the form using jQuery that eventually get posted to a save action.