Page.StartTimer

Page.StartTimer ( 

number Interval = 1000 )

Example 1

Page.StartTimer(1000);

Start the page timer, and tell it to trigger the On Timer event once every second.

Example 2

Page.StartTimer(250);

Start the page timer, and tell it to trigger the On Timer event 4 times per second.

Example 3

Page.StartTimer(2500);

Start the page timer, and tell it to trigger the On Timer event every 2.5 seconds.

See also:  Related Actions