I need to create a website, that has a count down clock (30 min), which runs on the server, so it doesn't restart on browser reload.
When the user goes to a new page, the clock will continue its countdown.
It needs to display a clock, so the user can see the actual countdown.
I can't find got info about this, has anyone done something like this?
Countdown clock
Hi,
I need to create a website, that has a count down clock (30 min), which runs on the server, so it doesn't restart on browser reload. When the user goes to a new page, the clock will continue its countdown.
It needs to display a clock, so the user can see the actual countdown.
I can't find got info about this, has anyone done something like this?
I will be using it on an Umb 7 solution.
Hello Peter,
you can refer to the following urls
https://stackoverflow.com/questions/6191576/seconds-countdown-timer https://stackoverflow.com/questions/16620234/how-to-do-a-30-minute-count-down-timer https://docs.microsoft.com/en-us/visualstudio/ide/step-3-add-a-countdown-timer?view=vs-2019
Hi,
Thanks for your answer.
Though they are not useful, they all refer to windows forms.
is working on a reply...