vote up 0 vote down star

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!

flag

1 Answer

vote up 1 vote down check

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.