I need functionality similar to an html <select> with a "multiple" attribute, i.e. a data-bound listbox that allows multiple selections. I need a pretty standard UI with two listboxes, where you can select one or more items and move to the other listbox. Seems that neither the DropDownList nor MultiSelect can help me there. Any thoughts?