vote up 0 vote down star

I simply use commandName = "Edit" to put the gridview into edit mode. Then i use a special command ("CallUpdate") so i can update in a special function. All of this works great except after i call the update and the page refreshes IT IS STILL IN EDIT MODE. How do i work around this?

flag

63% accept rate

1 Answer

vote up 1 vote down

Have you try to set

yourGridView.EditIndex = -1;

and then to rebind it?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.