I have 4 fields on an ASP page
City, State, Zip, County. When the user puts a value in the ZIP I need (in real time) to go out to my SQL database via ADO and grab the other 3 fields. The current list of zip codes is 80000 which is too large todownload all at once. How would I do this.
Thanks for any and all help.