Hello,
I have a page that uses RadAjaxManager and AjaxLoadingPanel. Normally, if I don't use ajax, the user is send to an ErrorPage that I definied. If I use Ajax when session expires and I click on a button that is ajaxified, the loading panel shows the image and I get a client error :
"Unexpexted ajax response was receidev from the server.
This may be caused by one of the following reasons:
- Server Transfer.
- Custom http handler.
- Incorrect loading of an "Ajaxified" user control.
Verify that you don't get a server-side exception or any other undesired
behaviour, by setting the EnableAjax property to false."
Thank you.