My ASP.NET application uses RADScriptManager and multiple RADAJAXPanels.
Response.Redirect's called in code behind executed via callbacks originating inside the RADAjaxPanels do not work and the following Javascript error is generated on the source page.
Also, probably related to this, the customerrors page does not get rendered in when runtime exceptions occur in code-behind. I assume it's due to the same problem that redirects are not working.
Thanks
Javascript error:
Response.Redirect's called in code behind executed via callbacks originating inside the RADAjaxPanels do not work and the following Javascript error is generated on the source page.
Also, probably related to this, the customerrors page does not get rendered in when runtime exceptions occur in code-behind. I assume it's due to the same problem that redirects are not working.
Thanks
Javascript error:
Line:
605
Char: 13
Error:Sys.WebForms.PageRequestManagerServerErrorException: An
unknown error occurred while processing the request on the server. The
status code returned from the server was: 0
Code: 0