Deleting and Updating to database

Dec 24 2011 7:00 AM
Hi All,
I have 2 gridview.

grid1 having 5 cols: A B C D E

grid2 having 5 cols: P Q R S T

i am binding same data from grid1 to grid2, but in grid2 for col Q i have placed a text box with clear and save button . the textbox of col Q will have same data as of B from grid1.

Requirement:
Clear button should delete the data both from text box of grid as well as db.

Save button must insert the new data to text box of grid as well as db.


can anyone help me please??
Thanks in advance..

Answers (1)