Multiselect DropDown using Checkboxes

  • Thread starter Thread starter John Q
  • Start date Start date
J

John Q

Hello,

Does anyone know any working Multiselect Dropdownlist that uses Checkboxes?
Environment is ASP.NET and language C#.

I would be very appreciated if someone would give some links to working
solution.

Cheers,
 
You could try using the PopupControl extender from the ASP.NET AJAX
Control Toolkit... as I understand it, the content is your own - so
you'd just put the checkboxes in the popup (perhaps from databinding),
and attach the popup to another input... depends on exactly what you
want, of course...

Marc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top