I am tring to draw a fence on google map on "click" event Once this fence is drawn using polylines, I ask the user to click the button "DONE" after which the page gets refreshed.
Here on this page I am again re-drawing the original fence(polylines) which the user had drawn...but am unable to do it.. Have a look at the link :- http://58.68.117.41:81/googlemapdemo/geofencing.aspx My code behind is protected void Page_Load(object sender, EventArgs e) { Literal1.Text = "<script>initialize();</script>"; } protected void btnDone_Click(object sender, EventArgs e) { Literal1.Text = "<script>redrawFence();</script>"; } --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
