Help updating a control only

mesatino

Newcomer
Joined
Mar 11, 2004
Messages
1
I need some help!

I have a web page with a control that shows what show a radio station is playing at this very moment. The data is in SQL and depending on the server time it displays the shows title on the client page. I want to refresh this control every 1 minute, but I want to avoid requesting the whole page.

Any help would be appreciated.
 
What type of control is it?

You can -on postback - only re-populate that control.

or

You can cache the rest of the page. (excluding that control)
 
Back
Top