| Author: venkatesan 25 Jul 2008 | Member Level: Diamond | Rating: Points: 0 |
For that
you use AJAX Concept..
Regards, M.Venkatesan.
Please remember to Rate “Excellent or Good or Poor”
|
| Author: Meera 25 Jul 2008 | Member Level: Gold | Rating: Points: 1 |
u can even use the namespace :
using System.Timers;
see if this works.
thanks.
|
| Author: Vidhya 25 Jul 2008 | Member Level: Gold | Rating: Points: 1 |
i might be wrong but i dont think you can use a timer in asp.net because inorder to change a value on the page it has to do a postback, which reloads the page each time.
but ive seen this done with ajax. like using setTimeout() to loop and XMLHttpRequest to do the postback
magicajax.net makes it easy
|