Google MAP API, .Net, C# and Ajax

Soldato
Joined
17 Nov 2005
Posts
3,108
Location
Swindon, UK
Some of you may have seen www.twittervision.com

I'm looking to recreate that functionality of pinpointing on a much smaller UK based scale using Google MAP API, .Net, C# and Ajax.

Currently I can show a location on a map with a bubble and have to do a page refresh to show the next location.

When you use the Google Maps API code in an AJAX <UpdatePanel>, on the partial page refresh, the map disappears even though the code still remains behind the scenes. I believe this is due to the javascript of the API not firing on a partial page refresh.

Has anyone any ideas how to get the Google Map to remain on the screen in a n <UpdatePanel> after a partial page refresh?

Thanks in advance.

Andrew.
 
Back
Top Bottom