summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Advanced/MasterContent.page
diff options
context:
space:
mode:
authorxue <>2006-01-27 17:25:06 +0000
committerxue <>2006-01-27 17:25:06 +0000
commit3064a2e196ea17b6016d80c61a6189110038a509 (patch)
treea9b70f79eaf18d16de8055b17a5ed7c291cafc22 /demos/quickstart/protected/pages/Advanced/MasterContent.page
parenta2cd529e5ff4cf1e6f49118a79fd1075ebbc1206 (diff)
Added Persistent State page to quickstart tutorial.
Diffstat (limited to 'demos/quickstart/protected/pages/Advanced/MasterContent.page')
-rw-r--r--demos/quickstart/protected/pages/Advanced/MasterContent.page1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Advanced/MasterContent.page b/demos/quickstart/protected/pages/Advanced/MasterContent.page
index 434bc413..0a68fe31 100644
--- a/demos/quickstart/protected/pages/Advanced/MasterContent.page
+++ b/demos/quickstart/protected/pages/Advanced/MasterContent.page
@@ -6,6 +6,7 @@ Pages in a Web application often share common portions. For example, all pages o
</p>
<p>
Master and content only apply to template controls (controls extending <tt>TTemplateControl</tt> or its child classes). A template control can have at most one master control and one or several contents (each represented by a <tt>TContent</tt> control). Contents will be inserted into the master control at places reserved by <tt>TContentPlaceHolder</tt> controls. And the presentation of the template control is that of the master control with <tt>TContentPlaceHolder</tt> replaced by <tt>TContent</tt>.
+</p>
<p>
For example, assume a template control has the following template:
</p>