Description :
Some Tips using Timer :
- Timer_Event will fire only after the Timer.Start() method is called.
- Interval property is used to set the interval between Timer_Event.
- Timer can be stopped either by disabling the Timer or calling the Stop() method.
Rohit KapoorPosted Sep 13, 2007, 5:08 AM
Hi I am using Ajax with masterpagges of .net 2005. When i use to add timer insideupdate pannel and put update pannel on masterpage or on its content page... timer use to post back the whole page not only update pannel.. why so please suggest. Regards Rohit