diff options
author | xue <> | 2007-01-08 18:25:05 +0000 |
---|---|---|
committer | xue <> | 2007-01-08 18:25:05 +0000 |
commit | 362c93033310a8f2724d3b8d1f2bda7085ce4d07 (patch) | |
tree | e0ff6968a59d5731e16c2bed930dd9e131ddc3d3 /demos/quickstart/protected/pages/Controls/Standard.page | |
parent | 8448c3d12f47bfc9fad30fb864d8149c7b6bee36 (diff) |
added TOutputCache tutorial page.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Standard.page')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Standard.page | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Standard.page b/demos/quickstart/protected/pages/Controls/Standard.page index 086ba293..f19bc07e 100644 --- a/demos/quickstart/protected/pages/Controls/Standard.page +++ b/demos/quickstart/protected/pages/Controls/Standard.page @@ -84,6 +84,10 @@ </li>
<li>
+ <a href="?page=Controls.OutputCache">TOutputCache</a> enables caching portions of page output and may significantly improve page response time.
+ </li>
+
+ <li>
<a href="?page=Controls.Pager">TPager</a> generates UI that allows users to interactively specify which page of data to be displayed in a data-bound control.
</li>
|