Basic use of Google Maps with ASP.NET
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
I run a website which runs ASP.NET and I wanted to implement Google Maps. But since there were no real .Net APIs I had to fall back on using Google's AJAX syntax. Since I am not much of a javascript programmer I decided to just make a basic implementation and then pass the variables by XML or when I render the map through the RegisterStartupScript. By making use of the RegisterStartupScript I am able to call the javascript from the code behind page. I thought I would share it since it has taken care of a lot of headaches for me. Go to http://www.legad.org/tech/map. aspx to see how it works. Go to http://www.legad.org/tech/text .aspx to see the underlying script. JJRDK http://www.legad.org/