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
Remove <EditItemTemplate></EditItemTemplate>
from the grid view <asp:TemplateField></asp:TemplateField>
.
I had the same problem, and by a little struggling I found out that the problem was on the CommandName
s in my case.
I changed Edit to edt and Delete to del, and since then the gridViewName_RowEditing
event never fired again.
Will you try using below link
http://csharpdotnetfreak.blogspot.no/2008/12/hide-gridview-columns-in-normal-mode.html?m=1