0
votes

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.

1
(A) Your question is hard to understand (B) you need to explain what you have tried that did not work and importantly (C) there are drop down boxes in so many languages that you need to say which you are using...assylias

1 Answers

0
votes

You are expecting multiple dependent select box. Post your code upto what you have tried.

Check the below link to understand how they implemented. http://demo.rsjoomla.com/dynamic-drop-down-change-form-example

Google "dynamic dropdown select" to see more example.

Hope it helps.