Monday, November 15, 2010
Using Google Maps API in ASP.Net
In this article, I am explaining how to use Google Map API with ASP.Net. First you need to register with the Google Maps API here and get your key from Google.Once you get the key. You can display Google Maps on you Website using the following script that you get from Google.<head id="Head1" runat="server"> <title>Google Maps Example</title> <script type="text/javascript" src="http://www.google.com/jsapi?key=xxxxxxx"></script> <script type="text/javascript"> google.load("maps", "2"); //...
4:32 AM by Dilip kakadiya · 0
Subscribe to:
Posts (Atom)