From 541dddfb060c6ae67d172349ffb927dc90a26329 Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Thu, 12 Jul 2012 09:14:52 +0000 Subject: Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate (continue) --- demos/quickstart/protected/pages/ActiveControls/ActiveCheckBoxList.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/quickstart') 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 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