I am attempting to create a usercontrol that display real statistics / reporting for specialists and at this point I am looking for some suggestions on how to proceed. I have created a user control that accesses a XML web service for it's data. I would like the control to refresh it's data content every minute to two minutes. I have used both the meta tag and javascript to refresh the page and thus re-load the entire page (adding fragment caching on a already data intensive page)... but this is obviously a very ugly approach to the green... Is there anyway to have just a single control refresh/reload/rerender without having the entire page have to post back to the server? or should I look at a java applet or something to accomplish this. TIA
-Wayno
-Wayno