DualSelectBox - DataBind

This control provides a simple and intuitive way for a user to make multiple item selections. Available items are displayed in one list, selected items displayed in another. It is possible to filter elements using Filter text field. It is also possible to display ToolTip with additional description for each item.

This control works without postback between the movement of the Lists and has AutoSorting and PreSelect properties. DataSource can be DataSet, DataTable, Array or Collection.

 
Item1
Item3
Item4
Item5
Item2


Using DataBinding you can load items, assign the selected ones and the PreSelected ones. At item status change onItemUpdated event is generated (fired).