From 3fcf847e0cadfb9ede930f538c2f277483442175 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 21 Jan 2006 17:29:40 +0000 Subject: BE AWARE: Significant change! Changed event definition from XXX to OnXXX. --- .../pages/Controls/Samples/TBulletedList/Home.page | 2 +- .../protected/pages/Controls/Samples/TButton/Home.page | 4 ++-- .../pages/Controls/Samples/TCheckBoxList/Home.page | 6 ++++-- .../pages/Controls/Samples/TDropDownList/Home.page | 8 +++++--- .../pages/Controls/Samples/TLinkButton/Home.page | 4 ++-- .../protected/pages/Controls/Samples/TListBox/Home.page | 16 +++++++++------- .../protected/pages/Controls/Samples/TPanel/Home.page | 4 ++-- .../pages/Controls/Samples/TRadioButtonList/Home.page | 6 ++++-- .../protected/pages/Controls/Samples/TTextBox/Home.page | 6 +++--- 9 files changed, 32 insertions(+), 24 deletions(-) (limited to 'demos/quickstart/protected/pages/Controls/Samples') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page index c85ff574..77cc9f7c 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page @@ -67,7 +67,7 @@ Bulleted list of hyperlinks: Bulleted list of link buttons (click on them to see the result): - + diff --git a/demos/quickstart/protected/pages/Controls/Samples/TButton/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TButton/Home.page index eb1bc235..3d49331f 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TButton/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TButton/Home.page @@ -19,7 +19,7 @@ Button with customized color, font and width: A click button: - + @@ -27,7 +27,7 @@ A command button: diff --git a/demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.page index d4833ea9..bc750cb8 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.page @@ -107,7 +107,7 @@ Check box list's behavior upon postback: - +
@@ -118,7 +118,9 @@ Check box list's behavior upon postback: Auto postback check box list: - + diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page index 3554729b..5123cc94 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page @@ -32,7 +32,7 @@ Dropdown list with initial items: List box with customized row number, color and font: - + @@ -60,7 +60,9 @@ Disabled dropdown list: Auto postback dropdown list: - + @@ -81,7 +83,7 @@ Dropdown list's behavior upon postback: - + diff --git a/demos/quickstart/protected/pages/Controls/Samples/TLinkButton/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TLinkButton/Home.page index 497e5083..f0e0b9cd 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TLinkButton/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TLinkButton/Home.page @@ -26,7 +26,7 @@ body content A click link button: - + @@ -34,7 +34,7 @@ A command link button: diff --git a/demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.page index 66ac4fa2..161f68a4 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.page @@ -62,7 +62,9 @@ Disabled list box: Auto postback list box: - + @@ -83,7 +85,7 @@ List box's behavior upon postback: - + @@ -131,7 +133,7 @@ List box's behavior upon postback: - +
@@ -144,7 +146,7 @@ Auto postback list box: + OnSelectedIndexChanged="multiSelectionChanged"> @@ -170,7 +172,7 @@ Databind to an integer-indexed array: + OnSelectedIndexChanged="DBListBox1Changed" /> @@ -183,7 +185,7 @@ Databind to an associative array: + OnSelectedIndexChanged="DBListBox2Changed" /> @@ -198,7 +200,7 @@ Databind with DataTextField and DataValueField specified: SelectionMode="Multiple" DataTextField="name" DataValueField="id" - SelectedIndexChanged="DBListBox3Changed" /> + OnSelectedIndexChanged="DBListBox3Changed" /> diff --git a/demos/quickstart/protected/pages/Controls/Samples/TPanel/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TPanel/Home.page index c5c0d538..794b9dd0 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TPanel/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TPanel/Home.page @@ -58,8 +58,8 @@ Panel with a default button (hit 'enter' key to see what happened): This is panel content with a and two buttons:
- - + +
When you change focus to the panel and hit 'enter' key, button2 diff --git a/demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.page index 3f5f7053..a65c4d2d 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.page @@ -107,7 +107,7 @@ Radio button list's behavior upon postback: - +
@@ -118,7 +118,9 @@ Radio button list's behavior upon postback: Auto postback radio button list: - + diff --git a/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.page index f771b2ba..7bbe1744 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.page @@ -51,7 +51,7 @@ Auto postback text box not causing validation: Text="change me" AutoPostBack="true" CausesValidation="false" - TextChanged="textChanged" /> + OnTextChanged="textChanged" /> @@ -76,7 +76,7 @@ Text box's behavior upon postback: + OnClick="submitText" /> @@ -148,7 +148,7 @@ Auto postback text box not causing validation: Text="change me" AutoPostBack="true" CausesValidation="false" - TextChanged="textChanged" /> + OnTextChanged="textChanged" /> -- cgit v1.2.3