Hi,
In most of the sports websites it must to re-load or refresh the page automatically at every intervals .
Here is the simple code to achieve this :
Just include the below meta tag in the asp.net page to make auto refresh,
Content values is in milliseconds(1000 =1 sec).
<meta http-equiv="refresh" content="5000">