From 9b426cf539f69e7dae8d179c59b99c6a576a36d1 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 4 May 2006 15:49:24 +0000 Subject: Fixed #150 - TDataGrid and TDataList now render table section tags --- demos/quickstart/protected/pages/Advanced/State.page | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/quickstart/protected/pages') diff --git a/demos/quickstart/protected/pages/Advanced/State.page b/demos/quickstart/protected/pages/Advanced/State.page index 30d5b2fc..8d69d6a4 100644 --- a/demos/quickstart/protected/pages/Advanced/State.page +++ b/demos/quickstart/protected/pages/Advanced/State.page @@ -27,7 +27,7 @@ $caption = $this->getViewState('Caption'); Control state is like view state in every aspect except that control state cannot be disabled. Control state is intended to be used for storing crucial state information without which a page or control may not work properly.
-To store and retrieve a variable in control state, use the followign commands, +To store and retrieve a variable in control state, use the following commands,
-To store and retrieve a variable in application state, use the followign commands, +To store and retrieve a variable in application state, use the following commands,