0

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.

Mahavirsinh Padhiyar
  • 1,299
  • 11
  • 33

1 Answers1

0

Finally found the answer here.

By changing the CommandName from Edit to edt and from Delete to del, and since then the command events never fired again.

Mahavirsinh Padhiyar
  • 1,299
  • 11
  • 33