I have a map hosted in an update panel on a web form. When the users clicks the map I run the server side code to highlight the geo shape they clicked. The problem is that the color change does not always manifest on the client side. The user has to move the map using the mouse before it will render the color change. I see the map flicker and I know the code is running but most of the time it does not autmatically render the change on the clients machine. In the previous version I saw a code sample that forced the map to render correctly on the client. Is there an equivelant method we can call to force the map to redraw on the client so the change is rendered? The only other option I can think of is to take the map control out of the update panel and this of course kind of defeats the purpose and selling point that Map Suite Web Edition works with AJAX.
Thanks
Jeff