0

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?

4

2 回答 2

1

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

于 2013-06-06T05:58:26.413 回答
0

The quickest way could be the UpdatePanel with a Timer control inside it to achieve just that.

If you have multiple UpdatePanels, learn about the UpdateMode-settings.

于 2013-06-06T05:15:00.897 回答