开发者

Stopping timer after a certain time period

开发者 https://www.devze.com 2023-02-01 07:44 出处:网络
I have a timer on a page in ASP.NET. After a certain period of time elapses, I want to disable th开发者_StackOverflow社区e timer.

I have a timer on a page in ASP.NET.

After a certain period of time elapses, I want to disable th开发者_StackOverflow社区e timer.

Thanks!


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

0

精彩评论

暂无评论...
验证码 换一张
取 消