add

Tuesday, 23 July 2013

display gmap on a asp.net page

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

No comments:

Post a Comment