Hi all,
I have this scenario:
- MasterPage with left side menu,
- center RadAjaxPanel,
changing selection on left menu tree change content of the center page.
Also controls are loaded dynamically. I want handle errors accoured on server by displaying usercontrol. .
I try'd use RadScriptManager.AsyncPostBackError and here load my usercontrol with error information, but no luck, Js exception is thrown
EnableEventValidation is set to "false" on the my MainPage.aspx
Thanks in advance rafalr
I have this scenario:
- MasterPage with left side menu,
- center RadAjaxPanel,
changing selection on left menu tree change content of the center page.
Also controls are loaded dynamically. I want handle errors accoured on server by displaying usercontrol. .
I try'd use RadScriptManager.AsyncPostBackError and here load my usercontrol with error information, but no luck, Js exception is thrown
PageRequestManagerServerErrorException
with error from server.EnableEventValidation is set to "false" on the my MainPage.aspx
Thanks in advance rafalr