just discovered much to my dismay that the DataList does not have a MultiSelect property. I need to have the list directly connected to the database, so I can't very well use the old ListBox control since I am using ADO and would have to populate it on the fly.

can multi-select be done with a datalist? If so, how?