AJAX, Timer and UpdatePanel

M

Meels 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
 
B

Braulio Diez

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
/// ------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top