Updating the database with the changes made in datagrid

  • Thread starter Thread starter Reetu
  • Start date Start date
R

Reetu

I am reposting my query since I think initially I posted
in the incorrect group.

Query :

I have a datagrid which displays textbox and other columns.
On page load I display the data from datbase in datagrid.

The user can modifyf the data in textbox contained in
datagrid.The user can modify any number of rows in the
datagrid.Now when I click the Save button(it is a separate
button on my web page) I want to detect all the rows
modified by user in the datagrid and update the database.

Can someone please tell me how do I do this?

Thanks in adavance
-Reetu
 
Back
Top