Partial View Auto Refresh in ASP.NET MVC3

Tweet Problem A partial view in ASP.NET MVC3 needs to be refreshed on every particular interval. Let us take a typical ASP.NET MVC3 application. In the HomeController, there is a action called “Quote” which displays funny software quote for every new request like below: The partial view “_Quote.cshtml” has nothing other than the code below [...]