Hi friends,
I want to show modal popup extender when user idle on the same page for
some minutes..(note:not session time out alert). How can i achieve this?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Jul 9, 2013, 11:28 AM
http://dillieodigital.wordpress.com/2011/04/05/soup-to-nuts-creating-a-timeout-notifier-in-asp-net-using-ajax-toolkit-or-jquery/
http://www.aspdotnet-suresh.com/2012/06/jquery-show-session-timeout-message.html
Iftikar HussainPosted Jul 9, 2013, 11:11 AM
You can do this by using setInterval() as shown below
//show your modal popup here
Let me know if you need any more help
Regards,
Iftikar