AJAX, Timer and UpdatePanel

AJAX, Timer and UpdatePanel

am 15.04.2008 16:15:17 von Meelis Lilbok

Hi

Im using AJAX UpdatePanel, Timer and Label to display "counter clock"

Problem is - sometimes the counterclock "jumps" or "freezes".
For example it counts normaly every second 10,9,8 then freezes and counts
fast 7654.
Not every time and randomly.


What can cause this problem? How to make "smooth" counter clock? :)


Best Regards;

Meelis

RE: AJAX, Timer and UpdatePanel

am 16.04.2008 08:57:00 von braulio121NOSPAM

Could you place some chunk of code?

Mmm... maybe you get the counter frozen when an update panel is in progress?
The counter is pure javascript isn't it?


/// ------------------------------
/// Braulio Diez
///
/// http://www.tipsdotnet.com
/// ------------------------------




"Meels Lilbok" wrote:

> Hi
>
> Im using AJAX UpdatePanel, Timer and Label to display "counter clock"
>
> Problem is - sometimes the counterclock "jumps" or "freezes".
> For example it counts normaly every second 10,9,8 then freezes and counts
> fast 7654.
> Not every time and randomly.
>
>
> What can cause this problem? How to make "smooth" counter clock? :)
>
>
> Best Regards;
>
> Meelis
>
>
>