views:

85

answers:

1

when i try to run the google maps on an asp .net page i get a javascript error saying that it doesnt like the key im using but i have the key from google

can anyone help please?

thanks

Kevin

edit this is the key that google provided ABQIAAAAcPBSoXRloZCu5tYnhpZBCBRrxSVjvAJ3kkmtcIQSxWeYirsDfxTECPvByIoh90G8hcPG55N3s_3E2g

<cg1:GMap ID="gMap1" runat="server" Height="250px" Width="350px" enableServerEvents="true"
                            Visible="False" serverEventsType="AspNetPostBack" />
A: 

It seems that you're using the GoogleMaps control for ASP.NET

Where are you setting the key?? Onload?

Try to set it at the web.config

Subgurim