Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

I want to select multiple list from dropdown,is it possible to do so?? I don't want to use listbox or option controls. please help//

Please help me finding out how to select multiple list or value from dropdown. As i have asked to use dropdown only, not listitem or listbox. please help//thank you in advance..

user-image
Question added by vishal pathak
Date Posted: 2014/04/01

Yes, you can select multiple list items from a dropdown, you just have to use a for loop for selected items in code.

if u need code then wite me at '

Noor Ali Chagani
by Noor Ali Chagani , Software Development Manager , The Punjab Healthcare Commission (PHC)

In the basic Dropdown, multiple selection of list items are not allowed. you can use jQery Extensions or a third party control to this. or the other way around is You could use the System.Web.UI.WebControls.CheckBoxList control or use the System.Web.UI.WebControls.ListBox control with the SelectionMode property set to Multiple.

 

There is also an avilable Code project example for MultiSelection DropDown.  

http://www.codeproject.com/Articles/24205/MultiSelect-Dropdown-Control

 

Hopefully it will help

Amen Ayach
by Amen Ayach , .Net Team Leader, Project Coordinator and Senior Solution Designer , Netways

There a simple, elegant and smooth solution using one of most successful libraries; the MultiSelect jQuery extension.

 

Check this for details.

 

 

Rameez Ahmed Sayad
by Rameez Ahmed Sayad , .Net Consultant , Proximus Luxembourg

If the dropdown is meant to be just from UI perspective , you can have listbox with checkboxes inside , because that makes more sense , Put the listbox in div (display:none) and on the click of what appears to be a dropdown , make this (display:block and z-index:1) just below the div. You can bring the scroll through css. 

If your talking about the <select> with <option> , multiple selection is possible , but the user will have to press ctrl for that , don't think that would be a good user experience.

Tamer Ahmed El Khawas
by Tamer Ahmed El Khawas , Senior Software Developer / System Analyst , health insights

I'm not sure what is the technology use are using, in case you are using asp.net, this link should give you an idea on how to select multiple values from a DropDown List

http://www.codeproject.com/Articles/18063/Multi-select-Dropdown-list-in-ASP-NET

 

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.