C# – Get location name by giving ZIP codes

crssweatherzipcode

I need to display the location and city name when a user enters a ZIP Code. How do I get the corresponding location names?

Best Answer

I would use a website like

http://www.zipinfo.com/search/zipcode.htm

and just send the zipcode to that, retrieve the input, parse for the city name, easy as that.