Hi All,
I am using ASP.NET AJAX 1.0.
I am using UpdatePanel to generate different controls in filter panel depending upon selected item in a dropdown.
I am facing issues with session timeout as nothing happens if session is timed out. No error message is shown by AJAX as normally we can see a jacascript alert in case of any exception during async ajax call.
I have error handling code in place in Global.asx as well as in Scripmanager's "OnAsyncPostbackError" event but none of these events are fired.
Is there anyway to detect session timeout when using update panel?
Regards,
Virendra Jhala