From 1460b065b304943a4a96090f870fe77d8a8ba0f8 Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Thu, 12 Jul 2012 09:13:02 +0000 Subject: Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate --- demos/quickstart/protected/pages/ActiveControls/ActiveDropDownList.page | 2 +- demos/quickstart/protected/pages/ActiveControls/ActiveListBox.page | 2 +- .../protected/pages/ActiveControls/ActiveRadioButtonList.page | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'demos/quickstart/protected/pages/ActiveControls') diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveDropDownList.page b/demos/quickstart/protected/pages/ActiveControls/ActiveDropDownList.page index 4459fc6e..3fd32517 100644 --- a/demos/quickstart/protected/pages/ActiveControls/ActiveDropDownList.page +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveDropDownList.page @@ -14,7 +14,7 @@ raised after OnSelectedIndexChanged event.

-With ActiveControl.EnabledUpdate +With ActiveControl.EnableUpdate set to true (default is true), changes to the selection, after OnLoad event has been raised, will be updated on the client side.

diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveListBox.page b/demos/quickstart/protected/pages/ActiveControls/ActiveListBox.page index 7d3ce3dc..78dea0fa 100644 --- a/demos/quickstart/protected/pages/ActiveControls/ActiveListBox.page +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveListBox.page @@ -14,7 +14,7 @@ raised after OnSelectedIndexChanged event.

-With ActiveControl.EnabledUpdate +With ActiveControl.EnableUpdate set to true (default is true), changes to the selection will be updated on the client side.

diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveRadioButtonList.page b/demos/quickstart/protected/pages/ActiveControls/ActiveRadioButtonList.page index 9cdd1835..5d849f05 100644 --- a/demos/quickstart/protected/pages/ActiveControls/ActiveRadioButtonList.page +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveRadioButtonList.page @@ -14,7 +14,7 @@ raised after OnSelectedIndexChanged event.

-With ActiveControl.EnabledUpdate +With ActiveControl.EnableUpdate set to true (default is true), changes to the selection will be updated on the client side.

-- cgit v1.2.3