Click here to Skip to main content
15,911,711 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I'm trying to create a countdown timer which is having a field where user can enter the number of minutes and press a start button and the counter should start counting from that number to zero. I want to do it using ASP.NET so can you please tell me how to do it or related examples is also fine.

Thanks in advance
Posted

1 solution

Refer - jQuery Countdown Timer Script Example in Asp.net[^].

You just need to add one field with a TimePicker Control to pick the time and then on change of that field, you need to execute the Timer code with the selected Time.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900