If you have an ASP.NET UpdatePanel and and ASP.NET Timer that trigers theUpdatePanel to refresh, is it posible, in javascript, to stop/pause the timer?
I want to stop the timer when the users mouse is over the updatepanel!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://forums.asp.net/t/1094798.aspx
then just attach a client side event to the updatepanel ala –
http://encosia.com/2007/07/13/easily-refresh-an-updatepanel-using-javascript/ – but change to onmouseover to call them.