Search code examples
asp.netupdatepanelonmouseoveronmouseout

Refresh a section of page while on mouse out. ASP.NET


How to refresh a section of page every 5 minutes while the mouse is not over that section in asp.net. Can I use update panel for this? and how can I do this?

Edit: Can I use javascript, I read something about running a asp method from javascript.. is it possible?


Solution

  • If you go the "UpdatePanel with Timer control" way, disabling the timer dynamically on the client side is discussed here.