How to bind extra column(sales) along with Latitude and logitude in GoogleMaps in C# with Asp.Net
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi This is Chandra, working on the google maps in Asp.net with C#.At present i can able to bind the Langitude and latitude from database to Google maps based on selection of country.But, my problem is i want to bind the Sales data information along with Latitude and longitude pushpin.Is it possible? Can any one give me some suggestion on this to implements. My table Data is looks like in the below format Country Latitude Longitude Sales England 51.479117 -3.178 33.32 England 51.478705 -3.177831 33.32 Thanks Chandrkanth