One question.. I created an aspx page with the map and I set the datasource to show markers from a table and it works great. I then added a timer on the page to rebind every 10 seconds. It displays fine on my pc but when I call the web page on my mobile app and show the web page in a webview control the page flashes when it rebinds. The page actually clears for almost a second while it rebinds. Do you know of any way to rebind without having the page flash like that? Even if I put it inside an ajax update panel won't it do the same?
Thanks,
Warren