From 8315c49b766ae0ae4c6729f641f6c83c50636b6c Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 24 Jan 2006 00:40:46 +0000 Subject: Fixed a few issues with TCheckBox about validator. --- .../pages/Controls/Samples/TCheckBox/Home.page | 42 ++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) (limited to 'demos/quickstart/protected/pages/Controls/Samples/TCheckBox') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.page index 9e25fc8e..5b59e22b 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.page @@ -31,7 +31,6 @@ An auto postback checkbox: @@ -47,7 +46,46 @@ A checkbox causing validation on a textbox: ErrorMessage="input required in the textbox" ValidationGroup="Group" /> - + + + + +A checkbox validated by a required field validator: + + + + + + + +A checkbox validated by a required field validator using AutoPostBack: + + + -- cgit v1.2.3