protected void Page_Load(object sender, EventArgs e)
{
//do other things ...
ScheduledTask();
}
protected void ScheduledTask()
{
//Do the stuff
Thread.Sleep(86400000); //sleep 24 hours
}
Do more with
Premium Content
You need an Expert Office subscription to comment.Start Free Trial