Register | Login

ZettaCube Forum and Knowledge Base

Welcome to ZettaCube forum. Here you can discuss various issues regarding our ZeeControls product. If you want to contact our developers directly, please email to support@zettacube.com.

Please register to post a message. Registration is immediate and free. Return users please login here.

 
  Forum  Discussions  WebLayout and W...  Advice on using nested master pages
Previous Previous
 
Next Disabled
New Post 9/4/2009 1:41 PM
  ZettaCube Support
64 posts
No Ranking


Re: Advice on using nested master pages 
Modified By ZettaCube Support  on 9/4/2009 12:44:17 PM)

Dear Mike,

 

Please wrap the nested WebLayoutPanels with a WebLayout container.

 

Specifically, in the nested master (i.e. the content page to the root master):

 

 

<asp:Content ID="Content1" ContentPlaceHolderID="cplRootContent" Runat="Server">

    <cc1:WebLayout ID="NestedLayout" runat="server" FitParent="FitParentContainer"

        Height="401px" Width="290px" Orientation="Horizontal">

        <Panels>

        <cc1:WebLayoutPanel runat="server" >

           ...

 

You may also check out the following documents for more details on creating nested containers:

Creating nested container in Design View 

Code Structure of Nested Container

 

 

Regards

 

 

 
Previous Previous
 
Next Disabled
  Forum  Discussions  WebLayout and W...  Advice on using nested master pages
Copyright 2009 by ZettaCube Limited