Multiselection DropDown with CheckBoxes

  • Thread starter Thread starter smithtap
  • Start date Start date
S

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
 
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.
 
Back
Top