PRADO QuickStart Tutorial
Sample
Copyright © 2006-2024
The PRADO Group
TCheckBoxList Samples
Check box list with default settings:
item 1
item 2
item 3
item 4
Check box list with customized cellpadding, cellspacing, color and text alignment:
item 1
item 2
item 3
item 4
Check box list with vertical (default) repeat direction:
item 1
item 3
item 4
item 2
Check box list with horizontal repeat direction:
item 1
item 2
item 3
item 4
Check box list with flow layout and vertical (default) repeat direction:
item 1
item 3
item 4
item 2
Check box list with flow layout and horizontal repeat direction:
item 1
item 2
item 3
item 4
Check box list's behavior upon postback:
item 1
item 2
item 3
item 4
item 5
Auto postback check box list:
item 1
item 2
item 3
item 4
item 5
Checkbox Lists with DataBinding
Databind to an integer-indexed array:
item 1
item 2
item 3
item 4
Databind to an associative array:
item 1
item 2
item 3
item 4
Databind with DataTextField and DataValueField specified:
John
Mary
Cary
CheckBox List with Validation
CheckBox list causing validation:
You must enter a value
Agree
Disagree