Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to implement multiselect dropdownlist with checkbox selection.

ASP.NET
<asp:DropDownList runat="server"  ID="DropDownList1" DataTextField="username" DataValueField="username" >
Posted
Updated 28-Sep-15 20:11pm
v2
Comments
Shivaram_i 29-Sep-15 2:07am    
Will you please explain your question clearly???What is your exact requirement???
Rojalin Sahoo 29-Sep-15 2:31am    
may think it's about multiple selection DropDownList?

using Jquery you can achieve this with simple steps.

Refer below link http://www.aspdotnet-suresh.com/2014/03/jquery-multiselect-dropdown-list-with-checkboxes.html[^]
 
Share this answer
 
Refer the following link

MultiSelect Dropdown in ASP.NET[^]
 
Share this answer
 
Refer the following link

http://www.codeproject.com/Articles/29663/Multiselect-Dropdown-for-Web-Applications
 
Share this answer
 
Using Jquery you can achieve this with simple steps;

Refer below link http://www.aspdotnet-suresh.com/2014/03/jquery-multiselect-dropdown-list-with-checkboxes.html[^]
 
Share this answer
 
It's depend on you that which technology you want to use, here is some source may help you:

A-Multiple-Selection-DropDownList
Multiple-Select-MultiSelect-DropDownList-with-CheckBoxes-in-ASPNet-using-jQuery
 
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