Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Populating dropdownlist from existing drop down list


Message #1 by "Manish Khurana" <khura1ms@y...> on Sat, 22 Feb 2003 20:32:36
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

  Return to Index