I have a GridView control which is inside an AJAX update panel by default session timeout for the user is 20 mins when the user clicks on paging numbers my apps shows a timeout alert. So my question is how to handle timeout issue and redirect the user to the login page in Ajax Update Panel Control.
Share
Thank you all who have helped me. I have solved the issue below is the source code. UpdatePanel Have 2 Callback Events which gets triggered automatically when updatepanel refreshes. Those 2 events are add_beginRequest and add_endRequest