autorefresh panel on web form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a web form and I want to add a panel and have that panel refresh every
3 seconds, How can i accomplish this? I don't want to refresh the entire page
only the panel
 
Have you looked at AJAX? I believe the ASP.Net AJAX framework includes a
timer control to do exactly this. Check out ajax.asp.net
 
Back
Top