AJAX, Timer and UpdatePanel

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
Meelis Lilbok [ Di, 15 April 2008 16:15 ] [ ID #1942618 ]

RE: AJAX, Timer and UpdatePanel

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
>
>
>
braulio121NOSPAM [ Mi, 16 April 2008 08:57 ] [ ID #1943410 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » AJAX, Timer and UpdatePanel

Vorheriges Thema: RE: Register Javascript code.
Nächstes Thema: javascript innerHTML not persisting in gridview edit row