summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls
diff options
context:
space:
mode:
authorctrlaltca <>2012-07-12 09:13:02 +0000
committerctrlaltca <>2012-07-12 09:13:02 +0000
commit1460b065b304943a4a96090f870fe77d8a8ba0f8 (patch)
tree9b1fea37e3261e24c2c07806cacedb929605e873 /demos/quickstart/protected/pages/ActiveControls
parente1c9b061bcfacf0ff731086a509894a07049d9ef (diff)
Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate
Diffstat (limited to 'demos/quickstart/protected/pages/ActiveControls')
-rw-r--r--demos/quickstart/protected/pages/ActiveControls/ActiveDropDownList.page2
-rw-r--r--demos/quickstart/protected/pages/ActiveControls/ActiveListBox.page2
-rw-r--r--demos/quickstart/protected/pages/ActiveControls/ActiveRadioButtonList.page2
3 files changed, 3 insertions, 3 deletions
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 <tt>OnSelectedIndexChanged</tt> event.
</p>
<p class="block-content">
-With <tt>ActiveControl.EnabledUpdate</tt>
+With <tt>ActiveControl.EnableUpdate</tt>
set to true (default is true), changes to the selection, <b>after</b> OnLoad event has
been raised, will be updated on the client side.
</p>
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 <tt>OnSelectedIndexChanged</tt> event.
</p>
<p class="block-content">
-With <tt>ActiveControl.EnabledUpdate</tt>
+With <tt>ActiveControl.EnableUpdate</tt>
set to true (default is true), changes to the selection will be updated
on the client side.
</p>
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 <tt>OnSelectedIndexChanged</tt> event.
</p>
<p class="block-content">
-With <tt>ActiveControl.EnabledUpdate</tt>
+With <tt>ActiveControl.EnableUpdate</tt>
set to true (default is true), changes to the selection will be updated
on the client side.
</p>