asp.net mvc2 - update list of objects
- by ile
I want to display list of objects from database, and on the same page have option to edit them. When submitting, I'd like to submit changes to all of them.
I found this link: http://haacked.com/archive/2008/10/23/model-binding-to-a-list.aspx and http://www.hanselman.com/blog/ASPNETWireFormatForModelBindingToArraysListsCollectionsDictionaries.aspx but there is no description how to handle posted data in controller.
Thanks in advance!