I have a master page containing child page with user controls on it. I'm showing some values coming from database on those user controls. I need to update the page after a fixed interval; so that changed values will be reflected on the page. But the whole page gets refreshed every time.I have a master page containing child page with