mesatino Posted October 15, 2004 Posted October 15, 2004 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. Quote
Moderators Robby Posted October 15, 2004 Moderators Posted October 15, 2004 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) Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.