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 postback occurs.
WebTimer has client-side event:
| Client-side event |
Description |
| onTimeOut |
Occurs when the time specified by the interval attribute elapses. |
© 2002-2007 Astron Digital. All Rights Reserved.