Rank: Member Groups: Member
Joined: 8/19/2008 Posts: 14
|
Hi
I get the error below:
"The callback on 'ctl00_cph_ctl00' has failed due to a server side exception. Click OK to see the exception message"
I click OK and just get a blank screen and the cursor remains on an hour glass.
Is there any way I can see the server side exception message?
Bit of background if it helps: The callback panel is dynamically added to the page and its containing controls. Page loads fine. One of the controls in the created callback panel is a gridview with a edit button. I can click it, the event fires and loads another control. No exceptions until after the event has completed. which is the above message.
I use version 5.0.11.2 (2007.2)
Thanks in advance
Andre
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
If you use Visual Studio, you can go to Debug -> Exceptions, select CLR Exceptions, then choose "Break into the Debugger". Then run the page again, if an exception occurs, it should break into the debugger.
If that does not reveal any problems, you can try to comment your code out block by block to see if you can find the triggering part and spot anything obvious. If you believe it is a CallbackPanel issue, please create a test page reproducing the problem and we will be happy to take a look.
Thanks!
|