aspx thread: Edit multiple rows in a datagrid and then update database.
The datagrid OnEditCommand facility only seems to allow you to update one
row of the grid at a time, the details of which are then passed back to
the database. I have a large datagrid in which it is likely that many
rows will need to be updated each time it is used. Can anybody tell me
how I can code it so that the user may edit several rows before sending
the whole datagrid(through the dataset or otherwise) back to update the
database.