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.
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.
精彩评论