First Download Gmap.dll file add it to solution
Add the following page directive:
<%@ Register Assembly="GMaps" Namespace="Subgurim.Controles" TagPrefix="cc1" %>
and then add the following code which position you display the gmap
<cc1:GMap ID="GMap1" runat="server" Height="365px" Width="700px" />
u can edit height and width
Add the following page directive:
<%@ Register Assembly="GMaps" Namespace="Subgurim.Controles" TagPrefix="cc1" %>
and then add the following code which position you display the gmap
<cc1:GMap ID="GMap1" runat="server" Height="365px" Width="700px" />
u can edit height and width
No comments:
Post a Comment