I am using Telerik ajax controls in VS2010 asp.net web project.
I am only targetting IE v8 browser.
When I encounter server side code exception, I get an error dialog box "There was an error in the call back."
When I click okay, nothing happens at the server side and code stops executing.
In this web application, there is no try catch exception handling any where. All the exception bubble up to Application_Error in global.asax.
In this specific case, how can I bubble up the exception to Global.asax?
Please help.
Thanks
I am only targetting IE v8 browser.
When I encounter server side code exception, I get an error dialog box "There was an error in the call back."
When I click okay, nothing happens at the server side and code stops executing.
In this web application, there is no try catch exception handling any where. All the exception bubble up to Application_Error in global.asax.
In this specific case, how can I bubble up the exception to Global.asax?
Please help.
Thanks