Hi
Recently i am working on migrating the ASP.NET Web application to MVC.
I am wondering if there is any equivalent of ASP:Timer control in ASP.NET MVC Framework. So that this Timer control can automatically check for a particular value from the Database once in every couple of Seconds(that we specify).
If there is no equivalent of Timer control in MVC, Are there any other ways to implement this.
Appreciate your responses.
Thanks