Hi, I want to pass a list array from the View to the controller on submission of the form. I can pass back simple values by using the Html.hidden() function. But how does one pass back a complex object or a List array
views:
54answers:
1
A:
You can either use Json or look into the following example
http://blog.stevensanderson.com/2010/01/28/editing-a-variable-length-list-aspnet-mvc-2-style/
Amitabh
2010-07-12 17:04:06