I have the following information
continent | country | Placeof interest
Asia | India |agra,mumbai,de lhi
asia | china |beijing,shanga i,shen zhen
asia | mongolia | ulan bator
North america | USA | new york,losangeles ,boston
north america | canada | ottowa,toronto
south america | brazil | sao palo,rio de janiro
south america | argentina | comodoro,beusno air
i want to create an aspx page that would read the data from my
collection object and populate the dropdowns
dropdown 1 - continent
dropdown 2 - country
dropdown 3 - places of interest
so if i change asia,it should show india,china,mon golia ..in the second dropdown..if i select
india then ythe 3rd dropdown should show all the places in india
alone.
thanx in advance!!
continent | country | Placeof interest
Asia | India |agra,mumbai,de lhi
asia | china |beijing,shanga i,shen zhen
asia | mongolia | ulan bator
North america | USA | new york,losangeles ,boston
north america | canada | ottowa,toronto
south america | brazil | sao palo,rio de janiro
south america | argentina | comodoro,beusno air
i want to create an aspx page that would read the data from my
collection object and populate the dropdowns
dropdown 1 - continent
dropdown 2 - country
dropdown 3 - places of interest
so if i change asia,it should show india,china,mon golia ..in the second dropdown..if i select
india then ythe 3rd dropdown should show all the places in india
alone.
thanx in advance!!
Comment