Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
163 Points
551 Posts
Dec 06, 2011 11:18 PM|LINK
I got it to work...I had to add a longitude and latidute setting to get it to work.....This is different then the codeplex page!!!
Any thoughts????
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register assembly="Artem.Google" namespace="Artem.Google.UI" tagprefix="artem" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <artem:GoogleMap ID="GoogleMap1" runat="server" Latitude="42.1229" Longitude="24.7879"> </artem:GoogleMap> </div> </form> </body> </html>
jfeeney
Member
163 Points
551 Posts
Re: Can't get Google Map Control to work
Dec 06, 2011 11:18 PM|LINK
I got it to work...I had to add a longitude and latidute setting to get it to work.....This is different then the codeplex page!!!
Any thoughts????
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register assembly="Artem.Google" namespace="Artem.Google.UI" tagprefix="artem" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <artem:GoogleMap ID="GoogleMap1" runat="server" Latitude="42.1229" Longitude="24.7879"> </artem:GoogleMap> </div> </form> </body> </html>