i need to add the timer in my project like 00:00:00,00:00:01.........like wise by using timer and ajax tool kit
please send as soon as possible .
Thank You very much
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Devanand LaroiyaPosted Apr 17, 2013, 2:31 AM
Otherwise there are two options you can user e.g. SetTimeOut and SetInterval. Both are user to set the timer and you can write some action inside the function of it.
While using the above two, you need to clear the Interval as well, as you finish with the timer work using ClearTimeout
If you are using some Async process, then you can use AJax Async time control.