Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Codeproject,

I am looking for dropdownlist with multicheck box in ASP.NET. I want to customize dropdownlist box to multi check box, but I am not getting successfull result. Please help me regarding to same.

Thanks & Regards
Rupesh Kumar Sharma
mail: [Email Removed]
Posted
Updated 22-Feb-12 6:56am
v2
Comments
Varun Sareen 22-Feb-12 2:09am    
edit your tag..vb.net or C#.net? and please specify your requirement so that we may not give you the thing yo require but may be some alternative solution to your problem.

Thanks

Hi, there is no control for this, you can use check box list for this.

if you want only ddl type then you have to make a custom control or functionality for this. I have made this but i can't share code for this.

follow below process:

1. one textbox and one image - image with position absolute. take both in one
HTML
<table><tbody><tr><td></td></tr></tbody></table>


2. Take one check box list and bind this with values.

3. call JS function on click of textbox and image both, to show list and hide list after selection.

it will help to find your solution, it will take some time but you will learn a new thing. Be confident and try to make this. :-)

Sorry for not sharing the code.
 
Share this answer
 
For using a customized dropdown according to your needs I think you need telerik controls for the same. Please refer this link:-

http://msdn.microsoft.com/en-us/library/system.windows.forms.checkedlistbox.aspx[^]

As we don't know your requirement, so there is a suggestion to use a CheckedListBox
 
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