Darthg8r
Darthg8r

Reputation: 12685

Dropdown with Checkboxes

Looking for an open source .net control that functions like this: http://www.obout.com/combobox/cbo_integration_databound_checkboxlist.aspx Can anyone point me in the right direction?

Upvotes: 0

Views: 2920

Answers (3)

Maxim Saplin
Maxim Saplin

Reputation: 4652

Open source server control that renders CheckBoxList as a drop down: http://dropdowncheckboxes.codeplex.com/

Upvotes: 0

daddywoodland
daddywoodland

Reputation: 1512

It's Javascript but looks like what you're after.

http://lab.arc90.com/2007/07/multiselect.php#examples

Upvotes: 2

rahul
rahul

Reputation: 187110

Its actually a div element looking similar to a drop down list.

You can use javascript, CSS and HTML for making a div with drop down list like features.

Upvotes: 2

Related Questions