views:

81

answers:

1

I can't find anyone doing this, and I'm trying to get my head around the best way to tackle this issue.

I'd like to take the standard "List View" view in an ASP.NET MVC application, and convert all of the "Labels" to "TextBoxes" and then save any changes made to each record.

The end result would function very similar to the List View in Access. I couldn't find anybody doing this, so any links or ideas are greatly appreciated.

To be clear, I do not want an Edit/Delete button for each record, I want one "Save" button for ALL records at once.

+1  A: 

Definitive guide to model binding with lists formatting

How to model bind to a list by Phil Haack

Lots of Duplicate Questions: model binding to a list

jfar
This looks good, apparently I was using the wrong search terms. ;)
Nate Bross