Results 1 to 2 of 2

Thread: timer

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    timer

    How is it possible to run a procedure/job say at 9.00 am every morning. I believe tere is no timer control in asp.net as it is in win app.
    Thanks

  2. #2
    Frenzied Member
    Join Date
    May 2002
    Posts
    1,602
    What is it you want the "application" to do. I assume you want it to run on the server? Then why not create a windows service. And set it to fire each second and compare the Now value with a preset value (like 9 am)... Im sure there is a more clever way to do it, but it is easy and it works...

    /Henrik

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width