asp net mvc3 post a list of objects to action

neevearcaks

New Member
I created a page with aspnet mvc3. It show all users info as a list. I want to do something with this list. There are some checkboxes that belong to each items. When I click some checkboxes and press submit button, I want to post the whole list as a collection and save each items of this collection to database. There are several notes on internet but there is no exact solution. I have a UserDto. and want to use this to transfer users data in all sections. Does anyone have any full solution about this or can they give any idea?Thanks in advance.Kerem
 
Back
Top