Dear All,
I'd like to implement two comboboxes, one with States, and one with Major cities within states.
When a selection is made in Combo1, Combo2 will display only cities from the state selected in Combo1.
I'd like to avoid a trip to the database after a selection in Combo1 box.
I had major difficulties to implement this, but I imagine doing this with a two-table DataSet and databinding should be possible.
Can you please advise me - the more detailed the better. I wasn't sure how to do the databinding properly - I could link the two combos to the DataSet tables etc.
I searched on the net and also went to a bookstore to look through Vb.NET books, but without luck
Thank you SO much for any help - it would be most appreciated.
I'd like to implement two comboboxes, one with States, and one with Major cities within states.
When a selection is made in Combo1, Combo2 will display only cities from the state selected in Combo1.
I'd like to avoid a trip to the database after a selection in Combo1 box.
I had major difficulties to implement this, but I imagine doing this with a two-table DataSet and databinding should be possible.
Can you please advise me - the more detailed the better. I wasn't sure how to do the databinding properly - I could link the two combos to the DataSet tables etc.
I searched on the net and also went to a bookstore to look through Vb.NET books, but without luck
Thank you SO much for any help - it would be most appreciated.