Help about Timer control in AJAX
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I need to use timer control in an asp.net application so i can disable the ASP.NET web page controls after some minutes: so I saved DateTime.Now.AddMinutes into Session variable and set Timer interval property to one Second (i put the timer into update pannel so it will post pack only). Inside timer_tick event I compared DateTime.Now to Session variable if they are equal then I used this.controls.clear()(for instance) but it didn't work. Does any one have an idea how to solve this problem or have better idea about how to solve it. Thanks alot,
Hassan Amaar