Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Finding locations by post code

Status
Not open for further replies.

faizee36

Programmer
Jan 7, 2006
6
GB
Hi all,
i am building and asp.net application using visual basic 2005. i am building this application for a primary care trust. in my application i want my user to find their nearest surgery just by typing their post code. but don't know how do i start.
i have seen this thing working on i know there is a function but don't exactly know how does it work? the function is
function ShowMap(postcode). Please keep in mind that i am new to web development so may ask stupid questions.
thanking in advance
Ali
 
Royal Mail hold the post code database which you would need and can buy from them (as it isn't free). You could then just use an SQL query to work it out.

Alternatively, you might be able to look into using Google Maps and it's API for a somewhat free (albeit a kind of hack) method. Here's a starting point if you choose to go down this route:



____________________________________________________________
Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]

Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top