I have a Map web page with in memory Marker Overlay. The issue we are facing is when we zoom in the screen is refreshing the markers continuously.
How to avoid refresh on a postback event?
Thanks
I have a Map web page with in memory Marker Overlay. The issue we are facing is when we zoom in the screen is refreshing the markers continuously.
How to avoid refresh on a postback event?
Thanks
Hello Vinod,
Thanks for your post, for this scenario, there are two possibly I can imagine:
1. You use some code or ajax in page_load event, that will make the page refresh.
2. There is a bug in the marker overlay.
Could you please provide a sample to us that we can recreate this problem?
Regards,
Gary