PDA

View Full Version : Asp.net Maps


pascal
03-16-2008, 12:29 AM
http://community.discountasp.net/emoticons/idea.gifWhat is the easiest way to add map links to a database search output? I am using asp.net and some Ajax but havent had any luck with it. I know it is supposed to be must easier now. I don't care if i use yahoo, mapquest or google. I want to be able to pass an address and a popup is displayed with the addressmarked. Thanks!

bruce
03-16-2008, 01:26 AM
Do you mean your database search result will return an address and you want to display the address and the map?

Google map has a pretty to use API that you can integrate into your site. http://code.google.com/apis/maps/

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

pascal
03-16-2008, 02:48 AM
Yes. Thanks Bruce. I will try to code it tonight. Thanks for getting back to me.