|
The ListBox control provides a single-selection or multiple-selection list. To enable multiple selection, set the
SelectionMode property to Multiple.
The following sample illustrates using a simple ListBox control.
C# ListBox1.aspx
The following sample illustrates using data binding with a ListBox control.
C# ListBox2.aspx
|