Click here to Skip to main content
15,921,062 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In dropdown list ,i want to choose one item... and then all the values are corresponding item stored in database wants to show in listbox.... how to do ... Any one help me... I am the beginner...
Thanks in Advance
Posted
Comments
What have you tried ?

1 solution

Please try the following

1. When you select the drop down list item in selected index changed event you Make a DB call with selected item as parameter and get back the Data set

2. Bind the Data set to the listbox with datasource property
 
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