Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Actually I have to develop a utility which will be a console application in c# .net which will return the zip code based on the address(city,state,country) entered and updates the zip code to the user. Can I do it with the Google service? Please Help..!
Posted
Comments
Tim Corey 27-Jun-12 9:31am    
One quick note - Console applications and ASP.NET are two different technologies. It isn't a big deal in this instance since that isn't the focus, but it helps with clarity if you correctly specify the type of application you are building.

1 solution

This is backwards of how lookups usually work. Usually you input the zip code and that verifies the city and state since the zip code is more specific than the city (one city can have multiple zip codes). However, there seems to be a way to do this with Yahoo. Here is a Stack Overflow question with some good information on how to do so:

http://stackoverflow.com/questions/4159009/generate-zip-code-based-on-city-and-state-with-google-api[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900