Hello,I'm trying to accomplish a similar thing (refresh WMS containing moving vehicles) and this thread seems promising. However, I am not sure where exactly should I append the rowmapURL.AppendFormat("&t={0:hhmmss}", DateTime.Now);
mentioned by Daniel Walton. Am I to edit the source code of ESRI Silverlight Toolkit and build my own version of it? Sounds scary...Also, if someone should have an example of how to make Javascript and Silverlight interact to stop the timer, this too would be appreciated. I have experimented with HtmlPage.Window.AttachEvent("onblur", stopAutoRefresh);
in App.xaml.cs but this seems to work for Mozilla but not IE...Thanks,Samuli