From 3064a2e196ea17b6016d80c61a6189110038a509 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 27 Jan 2006 17:25:06 +0000 Subject: Added Persistent State page to quickstart tutorial. --- demos/quickstart/protected/pages/Advanced/MasterContent.page | 1 + 1 file changed, 1 insertion(+) (limited to 'demos/quickstart/protected/pages/Advanced/MasterContent.page') 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

Master and content only apply to template controls (controls extending TTemplateControl or its child classes). A template control can have at most one master control and one or several contents (each represented by a TContent control). Contents will be inserted into the master control at places reserved by TContentPlaceHolder controls. And the presentation of the template control is that of the master control with TContentPlaceHolder replaced by TContent. +

For example, assume a template control has the following template:

-- cgit v1.2.3