Gridview edit flashing

D

David C

For some reason, when I click the Edit link button on a row, the screen just
flashes, like a postback but does not go into edit mode until I click it a
2nd time. The same thing happens when I click Update or Cancel when in Edit
mode. Any ideas on what might be causing this? Thanks.

David
 
G

Guest

Check to see if you have having a if (!Page.IsPostback) section being
handled. Maynot solve your problem completely, but would eliminate another
point of failure.
 
D

David C

Nope. Still a problem. I'm not sure how to debug as this page is called
from the startup page by some user action and is send querystrings.

David
 
G

Guest

Nope. Still a problem. I'm not sure how to debug as this page is called
from the startup page by some user action and is send querystrings.

Put a breakpoint in the Page_Load event and run your application in
debug mode.
 

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

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top