0
kicks
ASP.NET MVC Binding to Lists–Enumerables on POST with JQuery
In this post we see how we can bind to editable enumerables-lists in an ASP.NET MVC view and get the updated values in our HttpPost action. Moreover, we see how we can use JQuery to dynamically add/remove items from the list and have our updates transferred to the HttpPost action.