Hi,
I have a map object placed inside an UpdatePanel. I also have a toolbar object placed inside another Updatepanel.
The expectation is that when a button on the toolbar is clicked, the map will refresh with new data. The map, however, does not refresh. When one zooms in or out, or resize the map's updatepanel, then the map refreshes and shows the correct information. This leads me to belief that the layer data is updated correctly, but that the map does not respond correctly to the AsyncPostBackTrigger.
Any ideas?
Thanks,
Chris