Multi-select dropdown list in ASP.NET

Jan Remunda picture Jan Remunda · Apr 21, 2009 · Viewed 191.1k times · Source

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

Thanks a lot

Answer

knut picture knut · Apr 21, 2009

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.