Click here to Skip to main content
15,886,823 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear Friends I have a problem in care of Timer Control in Asp.net(C#) to invoke entire web page at time of Time Tick Event of Timer.I want to count down timer in web page for online test.
Posted
Comments
Sergey Alexandrovich Kryukov 7-Dec-12 21:32pm    
What do you mean by "timer control"? I'm familiar with 4 different timers in .NET FCL, none of them is control. And what's the problem?
--SA

1 solution

Hi,

Have you checked http://www.asp.net/ajax/documentation/live/tutorials/IntroToTimerControl.aspx[^] article. it will show you how you can update information on your page after particular time interval.

I also suggest you to keep time for the online test in session variable to prevent issue when page is refreshed manually.

Best luck
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900