Posted on: 12/16/2013 6:12:30 PM | Views : 525

Howdy, 

I was wondering what you think is the best was to dynamically embed google map. I plan to have a form with a GridView and an ability to filter the grid view and then display the filtered data in an embedded Google Map...maybe on selected index changed in the Gridview event. 
I already figured out how to dynamically create KML files based on the filter/query and my code is basically returning a url with the corresponding KML file (i.e.: https://maps.google.com/?q=http://www.mysite/maps/mapB11A8B2637714DFE94FA9788AB1DB367.kml)
I'm just not 100% sure what is the best plan to actually present the map. I'm thinking maybe a Panel control and somehow embed the page into it and call a refresh event or something like that. 
Thanks for any suggestions. 

Go to the complete details ...