Session Timeout Alert on "Master Page"
-
Hello I have writen a basic session - notification timeout script that `n register to a page using a single static class located in the App_Code folder. My page layout is as follows: 1) I have a Default.aspx page which contains Telerik rad - splitters etc. The notification
is placed on this page and the script - timer is registered to the page. I want the
to display thereby notifying the user that there session is about to expire. If `n apply the afore - mentioned method to any other page which does not contain a page - layout such as this, then everything works fine. I have thought about applying a CSS file to the "Master - page" and dynamically creating the
message using Jscript. The problem however is that this wont work since I need the alert to be dynamic. How can I get the alert -
to display to the user? Thank you
ChristiaanS