Hello,
I use a lot javascript API on MapSuite but I have a problem when I do an asyncPostback. In my code behind, the state of the Map (TrackMode, CurrentOverlay ...) seems not to be updated according to javascript changes.
the Map and the control buttons are not in the same update panel.
Example : User click on a button that put the trackmode from None To Edit. When I do a AsyncPostback from the control buttons's Update Panel, Map1.EditOverlay.TrackMode is still at None.
To avoid that, i do all my TrackMode change in code behind but the user experience is quitte disapointing.
I would like to know if there is a way to make Javascript API and Code Behind synchronized? Is the two UpdatePanel is the problem?