Click to See Complete Forum and Search --> : A timer function in ASP.NET
y2kneni
January 19th, 2008, 07:43 PM
Hi everyone,
Could anyone please tell me if there is a function like the timer function in VB.NET which can tichk according the clock.
Thanking you
PeejAvery
January 19th, 2008, 08:33 PM
Not exactly. You must remember that you are working with a server and a client machine. Your only timer on the server-side would be to use timestamps and compare whenever a page loads. On the client-side, you would have to use JavaScript.
Yeorwned
January 23rd, 2008, 12:35 PM
If you're looking for fast response times for your game, you're going to have to be a bit more advanced than a single function. What you want to do is better off performed in Flash or Silverlight where a clock can be initalized and controlled on the client.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.