R
Ricardo Luceac
HI...
I have 2 tables, one for the countries and another for the states, and I
make a fk in the states tables that connect it to the countries table.
But now I want to make a dropdownlist with the countries, and when the
user select the country a listbox will be filled with the states. But
how can I do that??? Is that a way to so a select string int the
dataset??? or I'll need to make another data adapter and make a select
to the database itself???
thx...
I have 2 tables, one for the countries and another for the states, and I
make a fk in the states tables that connect it to the countries table.
But now I want to make a dropdownlist with the countries, and when the
user select the country a listbox will be filled with the states. But
how can I do that??? Is that a way to so a select string int the
dataset??? or I'll need to make another data adapter and make a select
to the database itself???
thx...