From 598fac7617264c20b5c7e6f914b5aba18a677b01 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 19 Jan 2006 17:14:45 +0000 Subject: Fix a few issues with listcontrols about databinding. --- .../pages/Controls/Samples/TListBox/Home.page | 52 +++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) (limited to 'demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.page') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.page index f6640879..66ac4fa2 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.page @@ -142,7 +142,9 @@ List box's behavior upon postback: Auto postback list box: - + @@ -154,4 +156,52 @@ Auto postback list box: +

List Boxes with DataBinding

+Use Shift + Mouse Click to change selection +
+ + + + + + + + + + + + + + + + + + +
+Databind to an integer-indexed array: + + + +
+Databind to an associative array: + + + +
+Databind with DataTextField and DataValueField specified: + + + +
\ No newline at end of file -- cgit v1.2.3