User1652530521 posted
Hi,
I have a webform with gridview inside an updatepanel. I have a reset button that is placed also inside another updatepanel.
If the gridview is in edit mode and user clicks reset button and then the search button again then the gridview is shown in the state it was when reset button was clicked.
I need the gridview to be in the normal state without any row in edit mode.
In the reset button I have upGrid.Update() //upgrid is the id of the grid's updatepanel.
What am i doing wrong?
Thanks