Click here to Skip to main content
15,906,097 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a form in which there is dropdown to select multiple items..how can i select multiple option through dropdown so that i can save those selection with other entities of that form...
i have option of creating checkbox list in dropdown but i dnt know how to do that as i am beginer is asp.net and C#
thank you
Posted
Updated 4-Sep-13 4:36am
v2
Comments
[no name] 4-Sep-13 10:38am    
Beginners, especially, should learn how to do research themselves. http://www.codeproject.com/Articles/18063/Multi-select-Dropdown-list-in-ASP-NET

You could use the System.Web.UI.WebControls.ListBox[^] control with the SelectionMode property set to Multiple.Along with the link of ThePhantomUpvoter see these links:
Multi Select DropDownlist[^]
Multi selection dropdown[^]
multi-select dropdownlist in ASP.NET[^]
 
Share this answer
 
v3
 
Share this answer
 
hi,

here are some articles which may help you

MultiSelect Dropdown in ASP.NET[^]

Easiest way to Create a Multiselect Dropdown in ASP.NET 4.0 using C#[^]



Happy Coding :)
 
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