I am using asp.net 3.5 with C#. I want to create a countdown timer and my requirement is like this:
Countdown end date: June 16 2010 So, till June 16 comes my timer will show the remeaning time.
Please let me know how to achieve it, I google it but i didn't get the excat solution to my problem.
Thanks in advance.
If you like it easy, use DateTime.
This is something you need to solve with Javascript. The only thing you need to do from the server is set the end date as a Javascript variable. You need Javascript because you only load the page from the server. Afterwards you need to handle the countdown on the client.
Javascript
ASP.NET
Script taken an modified for example purpose from My Little Scripts.