Multiselection DropDown with CheckBoxes
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
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
Looking also Multiselection Dropdown using CheckBoxes.
Codeprojects components doesn't run in FireFox.
"cfps.Christian" <ge0193387 [at] otc.edu> wrote in message
news:d0717a97-0c94-492b-a353-5d0e2d27c6f6 [at] 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.