Reputation: 83
I have a timer on a page in ASP.NET.
After a certain period of time elapses, I want to disable the timer.
Thanks!
Upvotes: 0
Views: 1272
Reputation: 300489
In the Timer tick event handler, simply stop the timer.
Upvotes: 1