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