What is the equivalent of ASP:Timer control in ASP.NET MVC?
Posted
by Rupa
on Stack Overflow
See other posts from Stack Overflow
or by Rupa
Published on 2010-03-13T00:31:35Z
Indexed on
2010/03/13
0:37 UTC
Read the original article
Hit count: 476
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
© Stack Overflow or respective owner