asp.net mvc2 - update list of objects

Posted by ile on Stack Overflow See other posts from Stack Overflow or by ile
Published on 2010-06-11T12:47:36Z Indexed on 2010/06/11 12:53 UTC
Read the original article Hit count: 190

Filed under:
|
|
|

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!

© Stack Overflow or respective owner

Related posts about list

Related posts about asp.net-mvc-2