Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
i want refresh page automatically like cricket score site
Posted

Hi Aswin,

You have to use ASP.Net AJAX to implement the auto refresh of some portion without loading the whole page. This can be done using the UpdatePanel.
 
Share this answer
 
Comments
Christian Graus 28-Aug-10 1:59am    
Not true, but anyhow....
Have a look at these:
Timer control[^]
Timer Control Overview[^]

These should help you out.
 
Share this answer
 
use javascript SetTimeout Function
Set Refresh time in milliseconds as you want.

Thanks,
Hiren Solanki
 
Share this answer
 
Comments
Christian Graus 27-Aug-10 7:10am    
Why are you trawling posts from 5 days ago that have already been answered, and adding new answers to them that are not substantially different from the answers given ?
Dalek Dave 27-Aug-10 7:21am    
CG, Rep Points!

I mean we all go for them, but not 5 day old ones.
Hiren solanki 27-Aug-10 7:41am    
not atall Dalek,
Thanks Christian Graus
It's another option.......If you want refresh whole page, you can try META tag in HTML. Meta Refresh Tag -
Redirecting Your Web Pages
[^]
 
Share this answer
 
u can use the timer for refresh . and ajax update panel for improving refresh.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900