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.