Hi i m using GridView with hovermenu
and i want that when we click on edit button then we get TextBox to write in Gridview
and also i get error when click on edit for e.commandArgument is null
so please give me code for this both
Hi i m using GridView with hovermenu and i want that when we click
Share
Give your edit button command name like this,
and in
RowCommandevent of ur gridviewAny how its really difficult to tell what you are doing wrong without seeing your code..
EDIT:
i think you need to set
CommandArgument='<%# Container.DataItemIndex %>'in your edit button…