I have a gridview with insert edit update delete option. All the rows in gridview are in edit mode using template field. Now I need to edit all the column and click the update button, then all the edited columns and rows need to be updated using single click.
here is my code. But this is only work on the first row of the gridview.
protected
void Button8_Click(object
sender, Go to the complete details ...