Search code examples
c#asp.netweb-controls

Multi-select dropdown list in ASP.NET


Do any good multi-select dropdownlist with checkboxes (webcontrol) exist for asp.net?

Thanks a lot


Solution

  • You could use the System.Web.UI.WebControls.CheckBoxList control or use the System.Web.UI.WebControls.ListBox control with the SelectionMode property set to Multiple.