Hi,
My spatial query page initiates postback when any of the shape buttons is pressed, i.e:
Map1.EditOverlay.TrackMode =
Protected Sub buttonDrawRectangle_Click(ByVal sender As Object, ByVal e As ImageClickEventArgs) Handles buttonDrawRectangle.ClickTrackMode.RectangleEnd Sub
Is there a way to set the trackmode via AJAX or JS so the postback is only initiated on the Map1_TrackShapeFinished event?
I have huge amount of markers and each postback slows the app down.
Thanks