TListBox Samples

List Boxes in Single Selection Mode

List box with default settings:
List box with initial items:
List box with customized row number, color and font:
Disabled list box:
Auto postback list box:
List box's behavior upon postback:

List Boxes in Multiple Selection Mode

Use Ctrl + Mouse Click to change selection
List box with default settings:
List box with initial items:
List box's behavior upon postback:
Auto postback list box:

List Boxes with DataBinding

Use Ctrl + Mouse Click to change selection
Databind to an integer-indexed array:
Databind to an associative array:
Databind with DataTextField and DataValueField specified:

List Boxes with Validation

List box is being validated:
List box causing validation:
List box with option groups: