parmarupendra
parmarupendra

Reputation: 83

Stopping timer after a certain time period

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

Answers (1)

Mitch Wheat
Mitch Wheat

Reputation: 300489

In the Timer tick event handler, simply stop the timer.

Upvotes: 1

Related Questions