Quote Originally Posted by Hack
I prefer ListViews and use textboxes for editing.

When a listview item is selected, I dump the whole row to individual textboxes any of which can be modified. Saving writes the modified data back to the database, updates the listview and clears our the textboxes. My customers like it as they can easily modifiy any column within any row of the ListView.
Old thread, I know, but that's what the search is for, right? Anyway, Hack. Can you explain/show how you get the row that the user has selected? I'm trying to do basically the same thing but with a collection.
Thanks!