Server Side vs. Client Side - TechRepublic
General discussion
September 20, 2000 at 07:34 AM
sgroner

Server Side vs. Client Side

by sgroner . Updated 25 years, 6 months ago

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.

This discussion is locked

All Comments