HI
.I Have one dropdown list and 2 tables by name country and state with the following fields
Country ------->Country id,Country Name
State-------------->stateid,country id,statename where country id foreign key in state table
Now i want to bind the data to one dropdownlist with country names in bold and states in normal first,after selecting state the combination of state and city what we selected should appear along with the other data( remaining Countries and states).And when i click on save button the id's of selected state and country should be saved into a table(second table)
Ex
Country1 India
State1 Ap
State2 Bihar
Country2 America
State1 Washington
state2 Mexico
------
If we select India as country and Ap as state in the dropdown should look like India-Ap . along with remaining countries and states Please help me
to solve this issue.it's very urgent
vijaya