Hello
I need to create a c# timer on a web project click event that will run on a thread and count down for a number of seconds. When the countdown reaches 0 another method must be called.
I have created the thread and added a timer with interval 1000. How can I make it count down for a specified number of seconds and then call a method and finally kill the timer?
Go to the complete details ...