From f884ea21ea8f0c6ced02565bd647a5692f82aea4 Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 25 Jan 2006 04:26:27 +0000 Subject: Added validation demo for TListBox. Fixed a few autopostback with causesvalidation problems. --- .../pages/Controls/Samples/TListBox/Home.page | 55 +++++++++++++++++++++- 1 file changed, 53 insertions(+), 2 deletions(-) (limited to 'demos/quickstart/protected/pages/Controls') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.page index 161f68a4..9f9bf162 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.page @@ -94,7 +94,7 @@ List box's behavior upon postback:

List Boxes in Multiple Selection Mode

-Use Shift + Mouse Click to change selection +Use Ctrl + Mouse Click to change selection
@@ -159,7 +159,7 @@ Auto postback list box:

List Boxes with DataBinding

-Use Shift + Mouse Click to change selection +Use Ctrl + Mouse Click to change selection
@@ -206,4 +206,55 @@ Databind with DataTextField and DataValueField specified:
+ + +

List Boxes with Validation

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