I've got a database with all the US Zip codes, states, cities, and counties. What I want to do is have the user select a state, and then have a drop down listing the counties in that state.
I got it to work in the program, when I click "test it" in the properties field, it works as needed. However, when built and deployed, it crashes the browser, especially on lower end machines.
I imagine this is due to the fact the database is drawing a large volume of data. Any suggestions on a better way to do this?