GridView update inside UpdatePanel hangs


D

Don

I have a GridView inside an UpdatePanel. This GridView has a command
field (edit, update, cancel). When I click edit I go into update
mode, refreshing only the GridView, as you would expect. When I click
cancel or update the browser hangs.

Stepping through the debugger I can see that the update code is
executed when update is clicked. As far as I can tell, the server
side code completes running. This is just a presentation problem.
The browser then locks up and I cannot click any control on the page.

Thanks,
Don
 
Ad

Advertisements


Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top