Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stopping an AspxTimer control?

Status
Not open for further replies.

StevenK

Programmer
Jan 5, 2001
1,294
GB
I'm making use of an ASPxTimer control on Web Form - with C# code behind.

I'm making use of the Tick event to change the display on the web form every couple of seconds.

How can I stop the ASPxTimer control so that it no longer processes?
And therefore stops the rotating display that I've now set up.

Any help would be greatly appreciated.
Thanks in advance,
Steve
 
The timer control will be run on the server, not the page(client) as the timer control is a server object. To do what you want to do, you can use js or an AJAX solution.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top