hi,
I have a solution that shows markers on google MAP after getting LAT and Longitude from my SQL database.
It allows the user to enter a city in a textbox and that value is sent to another page in querystring where google map
will show with markers corresponding to that city.
The full code is below.
Can somebody demonstrate  by expanding the code how I can add a description when someone clicks the marker.
for example - the markers relate to persons so i want to put a little profile about the person and a link to
their page on my website. I will probably get the description by using a select sub query to a PersonsTAble???



Main.aspx

<html xmlns="http://www.w3.org/1999/xhtml" > <head id="Head1" runat="server">      <title>         & ...

Go to the complete details ...