Click here to Skip to main content
15,889,867 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am thinking to make a page which has two box.
box 1 and box 2.
in box 1 i will enter some numbers and after 10 minutes it will auto shift to box 2 and box 1 becomes empty and A countdown will run for 5 minutes with caption of "next number will update in 5:00" here the countdown will run in opposite direction that is from 5:00 to 00:00.
as soon i will enter number in it will start display it in box 1.
and at 12:00 am all values in box1 and box2 will become empty.
so any idea or code in asp.net c#

What I have tried:

dont have idea how to go for it.so kindly help
Posted
Updated 17-Aug-16 1:19am
Comments
F-ES Sitecore 17-Aug-16 7:10am    
You'd be better doing this kind of thing in javascript. We're not here to do all your work for you, so go through tutorials on js and google for articles around updating asp.net controls with js, look at timers (google for setInterval) and if you have a specific question about a specific problem feel free to ask.

1 solution

Try a count down timer like in the links provided for your help.

hope this will solve your query.

thanks in advance

Countdown timer in asp.net[^]

Create Count Down Timer using ASP.NET Timer Control and Ajax[^]

Count Down Counter (ASP.Net, JavaScript, C#) | Ganeshmohan's Weblog[^]
 
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