| WebTimer |
| Use
the WebTimer control to update/refresh any page that relies on changing data.
WebTimer will automatically post back a web form (aspx page) at specified
intervals. WebTimer raises an Elapsed event back at the server after the
post-back occurs.
The WebTimer has OnTimeOut client side event. |