I am using ASP.NET C# Grid View, i want to edit data in control which display on same page. but when i wrote grid view row editing event it display text boxes in grid view r
I had the same problem, and by a little struggling I found out that the problem was on the CommandNames in my case.
CommandName
I changed Edit to edt and Delete to del, and since then the gridViewName_RowEditing event never fired again.
gridViewName_RowEditing