i am loading markers using inmemorymarkeroverlay.when i click on any marker or when i zoom the map every time the map and markers are loading.for this it is taking more time.how to prevent this map postback when i click on markers and when i click on map Zoom
How to prevent postback of map
Hi Rajanikanth,
The map will postback if you bind server side event.
You can try to bind client side click event for avoid whole page postback.
And we have a AddAClickEvent sample using InMemoryMarkerOverlay in our HowDoISample, it maybe helpful.
Any question please let us know.
Regards,
Don