How to make an ASP page to refresh after certain time ?

 Posted by Chvrsri on 12/22/2010 | Category: ASP.NET Interview questions | Views: 5475 | Points: 40
Answer:

Inorder to make a particular page to be refreshed after a particular time at page level of the asp page we need to specify like this :

<meta http-equiv="refresh" content="15" />


The above statement will make a particular page to be refreshed for every 15 seconds.

In real time if we see cricinfo webpage for every default period of time the page gets refreshed.


Source: My Own Observation | Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response