Hi, I need some kind of visual timer for my app, does anyone know where can i find one or a easy way to make one.
thanx
Printable View
Hi, I need some kind of visual timer for my app, does anyone know where can i find one or a easy way to make one.
thanx
You could use the timer control in your project. It works similar to the one in vb6
I dont think the timer control works the same in ASP.NET as in VB.NETQuote:
Originally Posted by rdove
Actually I was trying to implement this and I had a response.write statement in the timer_elapsed event. But the timer worked initially when the page was loaded but not after words. I had the timer interval set at 10 but still i could not get any response.
Any further suggestions?