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

Popular posts from this blog

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -