Hi Folks,
I have a drop down list which gets populated when the page is loaded, I
want another drop down list to be populated when a specific index in the
first one is selected.
Example : If my first drop downlist has Seafood, Indian Food and Chinese,
if I select Indian Food, the second drop down list should be populated
with Indian dishes.
I tried to use the SelectedIndexChange method but it doesnt work. Also,
what kind of values should I be passing in the query for the second drop
down list.
Thanks
Manish