I have one web form application which has gridview and crud operation.
In gridview I have used OnRowEditing and it sets default textboxes on the selected edit button row. Everything running perfectly fine.
I just have one concern that while click on edit button it sets textboxes on the selected row and I don't want that.
So how to disable auto editing textboxes in gridview while click edit button.