Thanks for suggest.

Api key is correct.Actual problem is when i remove form load code to map 
actual location, map will be displayed.
But I place this code to form load then map will no displayed.
here is my form load code:-
-----------------------------------------------------Code--------------------------
 string sStreetAddress;
            string sMapKey = 
ConfigurationManager.AppSettings["googlemaps.subgurim.net"];
            Subgurim.Controles.GeoCode GeoCode = 
default(Subgurim.Controles.GeoCode);

            sStreetAddress = "National Library Bandra,Mumbai";

            GeoCode = Subgurim.Controles.GMap.geoCodeRequest(sStreetAddress, 
sMapKey);

            Subgurim.Controles.GLatLng gLatLng = new 
Subgurim.Controles.GLatLng(GeoCode.Placemark.coordinates.lat, 
GeoCode.Placemark.coordinates.lng);

            GMap1.setCenter(gLatLng, 16, 
Subgurim.Controles.GMapType.GTypes.Normal);
            Subgurim.Controles.GMarker oMarker = new 
Subgurim.Controles.GMarker(gLatLng);
            GMap1.addGMarker(oMarker);

-------------------------------------------------------------------------------------------------------------------------------------------

 ----------here is my web address-------------

http://www.s342960590.onlinehome.us/Contactus.aspx

please reply me as soon as .



-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-api/-/26R8buVCYlgJ.
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.

Reply via email to