Click here to Skip to main content
15,891,849 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi friends,
I have a question regarding dropdown list in asp.net.
I have two dropdown lists i.e ddl1 and ddl2.
I have 2 items in ddl1 for example 2 vehicles like "bike and car".
if i select bike from ddl1,in ddl2 i need to get "honda,suzuki" as items.
like that if i select car from ddl1, in ddl2 i need to get "maruti,benz" as items.
thank you!
Posted

1 solution

So what is the problem.Fill the second dropdown, selelectedindexchange event first dropdown.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900