Congratulations - C# Corner Q4, 2022 MVPs Announced
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
Display Message using JQuery in ASP.Net
Mahesh Alle
Dec 27, 2013
3.7
k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
This blog will help you to display a message when the page is idle for 60 seconds.
IdleTimer.rar
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
Display message using JQuery in ASP.Net
Next Recommended Reading
How to display data on a page using the GridView method of ASP.NET