Multiselection DropDown with CheckBoxes

Multiselection DropDown with CheckBoxes

am 22.04.2008 15:09:36 von smithtap

Hello,

Does anyone of you know any sample how to code Multiselection
DropDownList with CheckBoxes?
Any sample projects with C# code available?

Cheers S.T

Re: Multiselection DropDown with CheckBoxes

am 22.04.2008 15:20:48 von ge0193387

I'd hit www.codeproject.com pretty heavily and see if someone has
already done it.

Otherwise you can make yourself a user control with Ajax or Javascript
that is just a checkedlist that appears OnClick and disappears OnBlur.

Re: Multiselection DropDown with CheckBoxes

am 22.04.2008 19:46:12 von John Q

Looking also Multiselection Dropdown using CheckBoxes.
Codeprojects components doesn't run in FireFox.


"cfps.Christian" wrote in message
news:d0717a97-0c94-492b-a353-5d0e2d27c6f6@k13g2000hse.google groups.com...
> I'd hit www.codeproject.com pretty heavily and see if someone has
> already done it.
>
> Otherwise you can make yourself a user control with Ajax or Javascript
> that is just a checkedlist that appears OnClick and disappears OnBlur.