Multiselection DropDown with CheckBoxes
am 22.04.2008 15:09:36 von smithtapHello,
Does anyone of you know any sample how to code Multiselection
DropDownList with CheckBoxes?
Any sample projects with C# code available?
Cheers S.T
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
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.
Looking also Multiselection Dropdown using CheckBoxes.
Codeprojects components doesn't run in FireFox.
"cfps.Christian"
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.