Hello everyone,
I have a scenario where I would like to display a message to the users of my application alerting them that his session will expire soon and that he should save his work to avoid the loss of his work.
This would be a typical scenario where a user is typing information on a textbox and then leaves his computer unattended for a while. Then when he presses a submit button to save his work, he is redirected to login page because his session expired, thus having to type all his information again in the textbox.
How can an alert message be displayed on the screen using ASP.NET 2.0/3.5?
Thanks in advance for your guidance.
G.