PRADO QuickStart Tutorial
Sample
Copyright © 2006-2024
The PRADO Group
TDropDownList Samples
Dropdown list with default settings:
Dropdown list with initial items:
item 1
item 2
item 3
item 4
List box with customized row number, color and font:
item 1
item 2
item 3
item 4
Disabled dropdown list:
item 1
item 2
item 3
item 4
Auto postback dropdown list:
item 1
item 2
item 3
item 4
Dropdown list's behavior upon postback:
item 1
item 2
item 3
item 4
DropDown 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
List Boxes with Validation
Dropdown list is being validated:
item 1
item 2
item 3
item 4
You must make a selection other than the first option
Dropdown list causing validation:
You must enter a value
Agree
Disagree
Dropdown list with option groups:
item 1
item 2
item 3
item 4