Automatic refresh of a user control

  • Thread starter Thread starter KatMagic
  • Start date Start date
K

KatMagic

Is there a way to automatically refresh a user control? I have a page where I automatically refresh the page with <meta http-equiv="refresh" content="600">

The page loads a user control based on a variety of factors on what the user is doing. I need to load the page without the refresh for some controls and with the refresh for other controls. Is there a way to put the refresh in the control that needs to be refreshed and then simply leave it out for those controls that don't need to be refreshed?

Thanks for your help.
 
AJAX is the popular way to do this kind of thing these days.
Here are the details:
http://SteveOrr.net/articles/Ajax.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


Is there a way to automatically refresh a user control? I have a page where I automatically refresh the page with <meta http-equiv="refresh" content="600">

The page loads a user control based on a variety of factors on what the user is doing. I need to load the page without the refresh for some controls and with the refresh for other controls. Is there a way to put the refresh in the control that needs to be refreshed and then simply leave it out for those controls that don't need to be refreshed?

Thanks for your help.
 
Back
Top