add shapes to bing maps from locations stored in a database (bing maps ajax control)

Posted by macou on Stack Overflow See other posts from Stack Overflow or by macou
Published on 2010-03-16T06:20:43Z Indexed on 2010/03/16 6:26 UTC
Read the original article Hit count: 715

Filed under:
|
|
|

I am trying to use the Bing Maps Ajax Control to plot pins of locations stored in a database to the bing map on a web page. All the locations are geocoded and the lat longs stored in the database. I am using ASP.NET (C#), but can't figure out or find any tutorials on how to go about doing this. All I can find are articles on how to import shapes into a map from either GeoRSS, Bing Maps, and KML.

I have used (and paid for ;o) the excellent control from Simplovations to do alot of what I need to do, namely working with my data as normal in the code behind, getting a DataSet of my locations and plotting the points to the map. It has been great, but I want to know how to do it with out using a third party control. My main reason for wanting this is to be able to cluster my pins and hopefully learn a bit of Javascript along the way.

Does anyone know of any tutorials or articles online that can help me on my way. I have been searching the net for hours now and can't find anything :(

© Stack Overflow or respective owner

Related posts about bing-maps

Related posts about ASP.NET