Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can any body tell me how to Develop maps in ASP.net. i din't find any map controls in asp.net. even i googled but i dint get. please tell me.....



thanks in advance
Posted

There are no map controls. Your best bet is to use google maps.
 
Share this answer
 
Apart from google maps

Can use web map services from ESRI. They have a silver light extension to display ESRI and Microsoft map services.

Virtual Earth has an javascript control to display maps which can be interact from code behind and mashup with data

XML
<script src="http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.2"
type="text/javascript"></script>
<script src="/Scripts/Map.js" type="text/javascript"></script>



for stand alone maps, can use SVG map which is a scalable vector display from adobe.
 
Share this answer
 
Comments
Member 12631332 12-Jul-16 12:31pm    
hello
where can I use this two line in my code?how can I add map.js?
can I download it ?
A great alternative I can recommend is openstreetmap.org. It's a collaborative project, free to use and getting better and better everyday! :-)
 
Share this answer
 
Comments
Member 12631332 12-Jul-16 12:29pm    
hello
how can use openstreetmap for show map in may project?
what is code?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900