anonymous
2009-12-10 01:51:05 UTC
1- country(county_name, country_id),
2- state(state_name, state_id,country_id)
i have two combo combobox1, coobobox2
i want that combobox1 should display name of country from country table and combobox2 should display state name but when i select country as india from combobox1 then only state of india should display in combobox2.
How can i do this plz give me full code from connection creation to combobox binding etc.