hi all,
Can someone please help me find an article or tutorial on how to build or implement a scheculed timer in asp.net/vb.net? PLEASE!
I have search and search the net for such a tutorial and have found nothing. All I have been able to find are asp.net/c#.net tutorials. I am too much of a newbie to try and convert any of them.
I have search/Googled: asp.net timer, asp.net vb.net timer, vb.net timer scheduled timer asp.net, etc...
What I am trying to do is get a function from the behind code from my webpage (aspx) to write a log file on a daily basis.
I have tried using the built in Timer in VS.net Components>Timer but it didn't work.
Can someone please lead me in the right direction? Oh, I have noticed that everything is in milliseconds... will timers do 24hours? I ask this because, of the many articles I have read they have all demonstrate, short intervals, say 1,2,or3minutes. I believe 24 hours is like 84,600,000 milliseconds.
-a8le
Can someone please help me find an article or tutorial on how to build or implement a scheculed timer in asp.net/vb.net? PLEASE!
I have search and search the net for such a tutorial and have found nothing. All I have been able to find are asp.net/c#.net tutorials. I am too much of a newbie to try and convert any of them.
I have search/Googled: asp.net timer, asp.net vb.net timer, vb.net timer scheduled timer asp.net, etc...
What I am trying to do is get a function from the behind code from my webpage (aspx) to write a log file on a daily basis.
I have tried using the built in Timer in VS.net Components>Timer but it didn't work.
Can someone please lead me in the right direction? Oh, I have noticed that everything is in milliseconds... will timers do 24hours? I ask this because, of the many articles I have read they have all demonstrate, short intervals, say 1,2,or3minutes. I believe 24 hours is like 84,600,000 milliseconds.
-a8le