Monday, March 26, 2012

Simple basic question

Hello all,
How do create a static timer that is counting down until Nov 2, 2004 8 pm.;
that is broken down by days, hours, minutes?
TIA,
AaronA timer is a class that fires an elapsed event when the timer's interval
elapses. End of story. What is your business requirement? That is, what do
you want to add to the application? Do you want to display the number of
days, hours, and minutes until Nov 2, 2004 8PM in an ASPX page? If so, you
can do it with JavaScript. Google "JavaScript CountDown" for lots of
solutions.
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
"Aaron" <wu_jen@.hotmail.com> wrote in message
news:uQbU$yZmEHA.3172@.TK2MSFTNGP15.phx.gbl...
> Hello all,
> How do create a static timer that is counting down until Nov 2, 2004 8
pm.;
> that is broken down by days, hours, minutes?
>
> TIA,
> Aaron
>
Aaron,
I posted last w this in this newsgroup.
However do not use that graphic approach I took, I never tried it in
practise however I think it will be very slow
http://tinyurl.com/3nojf
I see now there is an mistake in the measurestring of that, however maybe
you can use it withouth the grafics, as well think about it that it holds
the datetime format from your server.
Cor

0 comments:

Post a Comment