Ask a Question related to ASP.NET General, Design and Development.
-
Mike P #1
timer question
I have a loop which goes thorough a recordset until a particular value
in the recordset changes. In situations where the value doesn't change,
I would like to use a timer to check whether 60 seconds have elapsed, in
which case I exit the loop.
I'm not really sure how to do this as I'm new to C#. I've tried to use
the Timer.Elapsed, but I'm not sure how I can use this condition to exit
my loop.
Any help would be much appreciated.
Mike
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Mike P Guest
-
5-second countdown timer
Hi All I am trying to put a five-second countdown timer on a page that is going to be redirected. I have seen lots of tutorials on how to read... -
Timer
Hi, what is the best way to show the actual time on an aspx site? Robert -
First Timer
hi i want to create my first web service need some tutorials thanks huzaifa -
pausing the timer
I am creating a game where it is time based. I have 2 sprite behaviours that are controlling animation to the sprites that are constantly animating... -
System.Timers.Timer vs. System.Threading.Timer
Hi Just a quick question... When would you use System.Timers.Timer, and when System.Threading.Timer? What are the principal differences...



Reply With Quote

