load multiple pushpins based on latitude and longitude from sql table in bing v8
there 3 main ways this. first use asp.net , on page load or through script manager, connect db code behind (server side c# code) , retrieve data , pass down client. second option create web service connects database , returns data json. once have data on client matter of looping through , creating pushpins latitude , longitude values. option use ssrs report viewer.
here examples:
http://technet.microsoft.com/en-us/library/ee240845.aspx
http://ajaxmapdataconnector.codeplex.com/
https://code.msdn.microsoft.com/aspnet-mvc-4-with-bing-maps-947ae78c
Bing Maps > Bing Maps Web Controls
Comments
Post a Comment