hello,
I am using the google Geocoding API in sp.net to find co-ordinates - longitude and latitude.
<form id="form1" runat="server">
<asp:TextBox ID="txtLocation" runat="server" Text=""></asp:TextBox>
<asp:Button ID="btnSearch" runat="server" Text="Search" OnClick="FindCoordinates" />
<br />
<br />
<asp:GridView ID="GridView1" HeaderStyle-BackColor="#3AC0F2" HeaderStyle-ForeColor="White"
runat="server" AutoGenerateColumns="false">
<Columns>
<asp:BoundField ...
Go to the complete details ...