Posted by: Kaushal on: September 5, 2008
The Scenario may come where application needs data to be updated automatically. The Question comes; Is there a way by which we can auto refresh a page for specific time interval so as to update the Content(automatically).
The ultimate goal is; we want to refresh our page automatically at a defined time interval. First, if you are using AJAX in your website then you can use AJAX Timer Control to achieve this. But if you are not using AJAX; then also its not a big deal.
Check out below code which will Referesh the webpage after every 10 seconds: