C
CR
Suppose you have a simple table consisting of Name, Address, and
Phone#. If I want to allow the user to edit this table I do the
following: I fill a listview or listbox control with the rows from the
table. Then the user highlights the row they want to edit and hits an
"Edit" button. That pulls up a form with Name,Address and Phone#
textboxes for the user to edit. Then I change the data in the table
and update the listbox.
Is there a control that would allow the user to directly edit the data
right in the control? I don't want a control that is data bound. I
want to manually update the data to the table.
Thanks!
Chuck.
Phone#. If I want to allow the user to edit this table I do the
following: I fill a listview or listbox control with the rows from the
table. Then the user highlights the row they want to edit and hits an
"Edit" button. That pulls up a form with Name,Address and Phone#
textboxes for the user to edit. Then I change the data in the table
and update the listbox.
Is there a control that would allow the user to directly edit the data
right in the control? I don't want a control that is data bound. I
want to manually update the data to the table.
Thanks!
Chuck.