javascript timer in asp.net
-
hi i am trying to build a javascript countdown timer using asp.net , the problem here is that the timer gets reset when page is postbacked or refreshed can anyone help me solve this problem , also i want it store datetime on which started dyanamically; ssoffline
-
hi i am trying to build a javascript countdown timer using asp.net , the problem here is that the timer gets reset when page is postbacked or refreshed can anyone help me solve this problem , also i want it store datetime on which started dyanamically; ssoffline
Hi there, IMO, just a suggestion: how about store the current time into a hidden field... << >>
-
Hi there, IMO, just a suggestion: how about store the current time into a hidden field... << >>
-
hi thnks for the suggestion bur i hv guessed it(hidden feilds) already can u give me the code for using the same i have faced problems in doing the same bye
what problem when you do it by hidden fields ?? << >>
-
what problem when you do it by hidden fields ?? << >>
-
i am not able to make out whether to store the starting time in a client or server control and after that i am not able to retreive the values please tell me the procedure
everytime the timer count down a tick, this also store into a hidden field so when the page is reloaded, you can start the timer with start time read from the hidden field. That's just an idea... << >>
-
everytime the timer count down a tick, this also store into a hidden field so when the page is reloaded, you can start the timer with start time read from the hidden field. That's just an idea... << >>