From 196141bf72e092c911906d9530fa4ddf53bc3276 Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 25 Jan 2006 04:56:19 +0000 Subject: Added TDropDownList validation demos. --- .../pages/Controls/Samples/TDropDownList/Home.page | 100 ++++++++++++++++++++- 1 file changed, 99 insertions(+), 1 deletion(-) (limited to 'demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page index 5123cc94..ed3c07a3 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page @@ -77,7 +77,7 @@ Auto postback dropdown list: Dropdown list's behavior upon postback: - + @@ -90,4 +90,102 @@ Dropdown list's behavior upon postback: + +

DropDown Lists 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

+ + + + + + + + + + + + + +
+Dropdown list is being validated: + + + + + + + + + +
+Dropdown list causing validation: + + + + + + + +
+ \ No newline at end of file -- cgit v1.2.3