From 422eb693da395056f7aaba594be15bcc6b103bf2 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 26 Jan 2006 05:29:54 +0000 Subject: Added databinding and validation demos to TCheckBoxList and TRadioButtonList. --- .../Controls/Samples/TRadioButtonList/Home.page | 72 ++++++++++++++++++++++ 1 file changed, 72 insertions(+) (limited to 'demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.page') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.page index a65c4d2d..97fe260c 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.page @@ -133,4 +133,76 @@ Auto postback radio button list: + + +

Checkbox Lists with DataBinding

+ + + + + + + + + + + + + + + + + + +
+Databind to an integer-indexed array: + + + +
+Databind to an associative array: + + + +
+Databind with DataTextField and DataValueField specified: + + + +
+ + +

RadioButton List with Validation

+ + + + + + + + +
+RadioButton list causing validation: + + + + + + + +
+ \ No newline at end of file -- cgit v1.2.3