Archive for March, 2009
job scheduling which work at time interval in web application in asp.net
I am created that type of schedule which work properly. if that is helpfull for u then u appreciate it.
using System.Threading;
as namespace
following add in global.asax.cs
protected static Timer _timer;
protected void Application_Start(object sender, EventArgs e)
{
[...]


