Display Message using JQuery in ASP.Net

This blog will help you to display a message when the page is idle for 60 seconds. Here you can change the 60 seconds time to n seconds.

The message will display only when the page is idle for 60 seconds. If you even move the mouse then also it will not display the message.

Code



Output