Display Google Map based on ASP.NET/SQL database fields Address, City, Country, Postcode? -
we have backend sql database on our asp.net website holds each customer's:
business name, street address, city/town, country, postcode/zip
we want create contact.aspx?customerid=123456 webpage displays these details (depending on customer profile chosen) , medium sized map address underneath contact details.
we can asp.net write html code page depending on customer.
what should asp.net write html? need ask customer latitude , longitude co-ordinates first , load them database profile? or can pass address fields above page?
tia mark
you can use google maps geocoding service convert addresses lat/lng points can transferred map parameter.
Comments
Post a Comment