summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls
diff options
context:
space:
mode:
authorctrlaltca <>2012-07-12 09:14:52 +0000
committerctrlaltca <>2012-07-12 09:14:52 +0000
commit541dddfb060c6ae67d172349ffb927dc90a26329 (patch)
tree5b0106561567e488942f360f48493b5e8df6db70 /demos/quickstart/protected/pages/ActiveControls
parent1460b065b304943a4a96090f870fe77d8a8ba0f8 (diff)
Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate (continue)
Diffstat (limited to 'demos/quickstart/protected/pages/ActiveControls')
-rw-r--r--demos/quickstart/protected/pages/ActiveControls/ActiveCheckBoxList.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveCheckBoxList.page b/demos/quickstart/protected/pages/ActiveControls/ActiveCheckBoxList.page
index 3382305a..31b88e40 100644
--- a/demos/quickstart/protected/pages/ActiveControls/ActiveCheckBoxList.page
+++ b/demos/quickstart/protected/pages/ActiveControls/ActiveCheckBoxList.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>