using dropdown lists(country, state, city) in one table. i want to select one after other like based upon the country, states has to be displayed and based upon the states, cities has to be displayed in asp.net(C#).
Ex: I have a page called company details where I need to enter company Address like country,state,city. now, my requirement is if I select INDIA as Country so all the list of states in INDIA should be displayed in state drop-box from that I should pick one state say Andhra Pradesh if I pick it all the cities in Andhra Pradesh should be displayed in city drop-box.