hii
i have 2 textboxs and one button(save).
i have taken gridview.i took 2 buttons(edit,delete) in TemplateField.
when i click edit button all the fields in that row,stores above textboxes it should save. when i click save button.
i want to insert new value in the textbox.when i click save button the value should store.
both save and update operations should be in the same button(save).
how to solve this problem