I have a web page with 2 Listbox objects. First listbox is based on a state table. The second litbox need to show all county in the county table where the state matches the state selected in the first listbox.

Tried many things and could not get it.

The end result is to create an ASP page so the user can select the state in the first list and only see the counties in that state in the the second listox.

Help???