Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Edit multiple rows in a datagrid and then update database.


Message #1 by "david_mcilroy" <david_mcilroy@h...> on Fri, 7 Sep 2001 10:55:38
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.

  Return to Index