Asp.net Maps

Discussion in 'ASP.NET / ASP.NET Core' started by pascal, Mar 16, 2008.

  1. [​IMG]What 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!
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    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
     
  3. Yes. Thanks Bruce. I will try to code it tonight. Thanks for getting back to me.
     

Share This Page