Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
i want to fetch the data from the database table based on the multiple selections from the dropdown list.how can i getit ?
Posted

this may be helpful-

A Multiple Selection DropDownList (a CheckBoxList Inside a DropDownList)

happy to help.
mark as answer if it helps...
 
Share this answer
 
v2
Comments
choudhary.sumit 7-Dec-12 6:36am    
gud example.
If you are looking for a mutli select drop down control - try MultiSelect Dropdown Control[^].
 
Share this answer
 
you can't select multiple items in dropdown. rather you can store selected items in a list on every selection and when you finish from your selection give a postback anyhow to fetch data from databse according to that list.
or follow the above solution.. that is a good example.
 
Share this answer
 
v2

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