D
Dorte
In all the examples I can find for editing data through an
ASP.NET datagrid, the user can only edit one row at the
time and then update.
I need to allow the user to edit several rows/fields
before he clicks an update button. I know there is the
risk of someone else having edited data in the database in
the meantime because of the disconnected structure, but
this is not an issue in the application I am working with.
How can I let all values in a datagrid appear as
immediately editable (by letting values appear in a
textbox or similar) and when the user has finished
entering new values in the textboxes then make an update
command to update all edited values?
ASP.NET datagrid, the user can only edit one row at the
time and then update.
I need to allow the user to edit several rows/fields
before he clicks an update button. I know there is the
risk of someone else having edited data in the database in
the meantime because of the disconnected structure, but
this is not an issue in the application I am working with.
How can I let all values in a datagrid appear as
immediately editable (by letting values appear in a
textbox or similar) and when the user has finished
entering new values in the textboxes then make an update
command to update all edited values?