Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
275
WebAsyncRefreshPanel swallows exceptions
posted

I have a WARP whose trigger control is a button. If an exception occurs in the buttons click handler it gets lost.

I've attached a zip file of the code (VS2008, Infragistics 9.1 CLR3.x). I throw an exception in the buttons click handler. If this is run without debugging (Cntrl+F5) the page appears to run correctly instead of returning the default aspx error page as expected.

If the page is built without WARP the error page is returned as expected.

I suspect there is something I have to add so that the exception will trigger the error page but I haven't been able to find it.

Thanks for any help,

Dave

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Default.aspx.zip