|
Hi all,
I seem to have finally found a professional and decent ASP Forum. I have just started an ASP course but i'm doing this little application for fun/learning. It is simple, here's what it does in a nutshell.
There are two Combo Box's on the form, one combo box holds the name of some countries i've entered into an access db. The second one I want to be dynamic, when the user chooses a country from the combo box I want the page to refresh and the second combo box to be populated with the states in that country. Obviously a database is required and i've got the data setup in there. I'm well certified in database engineering so the database part of my application is not a problem, the only thing I dont know how to do is make the page refresh when the user chooses a country name from the first combobox and then grab the value of what the user choose to use in the sql query to get the states in that country.
Any and all help will be much appreciated.
|