Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7194933
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T20:28:33+00:00 2026-05-28T20:28:33+00:00

I’m trying to create nested master pages in Umbraco 4.7.1 and I’m having issues.

  • 0

I’m trying to create nested master pages in Umbraco 4.7.1 and I’m having issues.

I’ve got a masterpage doctype and an index doctype which is a child of masterpage.

Then I have a separate doctype called slide show.

My content looks like this:

  • Index
    • SlideShow

My master page template has the reference to the index like this:

    <asp:ContentPlaceHolder ID="Content" runat="server" />

then inside the index my code is between

    <asp:Content ContentPlaceHolderID="Content" runat="server">
    </asp:Content>

and inside the Index template I reference the next level which is an Image slider

    <asp:ContentPlaceHolder ID="SlideShow" runat="server" />

and the SlideShow template has code between

    <asp:Content ContentPlaceHolderID="SlideShow" runat="server">
    </asp:Content> 

It worked for the Index but not for the slideshow.

The only difference I can think of off hand is the doctype for index is actually a child doctype of the master. And the SlideShow doctype is actually it’s own doctype. Not a child of any of them.

Any ideas how to get this working?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T20:28:34+00:00Added an answer on May 28, 2026 at 8:28 pm

    Having nested pages inside Umbraco is perfectly fine. In fact, it’s actually an ASP.Net mechanism which doesn’t necessarily relate to any heirachy in Umbraco. So it’s possible to have unique Umbraco document types which don’t inherit from each other, yet one master template is nested in the other.

    Master templates work in a way where a master doesn’t specify which templates inherit from it, it’s always the child template referring to the master template, much like inheritence in object orientated programming languages. The <asp:Content /> tag in the child specifies which <asp:ContentPlaceHolder /> it uses from the parent.

    I’m a bit confused how you’ve setup the master templates from the description, but you should try to have it setup like the following …

    Root Master Template:

    <asp:ContentPlaceHolder ID="Content" runat="server" />
    

    Index Master Template:

    <asp:Content ContentPlaceHolderID="Content" runat="server">
    
        <!-- your html -->
    
        <asp:ContentPlaceHolder ID="IndexLeft" runat="server" />
    
        <!-- your html -->
    
        <asp:ContentPlaceHolder ID="IndexRight" runat="server" />
    
        <!-- your html -->
    
    </asp:Content>
    

    Slide Show Master Template:

    <asp:Content ContentPlaceHolderID="IndexLeft" runat="server">
    
        <!-- your html -->
    
    </asp:Content>
    <asp:Content ContentPlaceHolderID="IndexRight" runat="server">
    
        <!-- your html -->
    
    </asp:Content>
    

    You can create as many nested templates as you want, sanity-permitting. Making a document type use the template Index won’t include the slide show. You’d need to give it the Slide Show template instead.

    There’s more info on it here: http://msdn.microsoft.com/en-us/library/ie/x2b3ktt7.aspx

    Hope it helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Basically, what I'm trying to create is a page of div tags, each has
I am trying to understand how to use SyndicationItem to display feed which is
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I'm trying to create an if statement in PHP that prevents a single post
I used javascript for loading a picture on my website depending on which small
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I've got a string that has curly quotes in it. I'd like to replace
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
We're building an app, our first using Rails 3, and we're having to build
I have a text area in my form which accepts all possible characters from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.