ASP.NET: Nested master pages - how to pass content up multiple levels?
        Posted  
        
            by UpTheCreek
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by UpTheCreek
        
        
        
        Published on 2010-06-12T08:11:24Z
        Indexed on 
            2010/06/12
            8:23 UTC
        
        
        Read the original article
        Hit count: 206
        
ASP.NET
Does anyone know how to pass Content/ContentPlaceholder information from a page, up through it's master page, to the parent master page?
Like this example, but with content defined in ChildFile (the page), being output in ParentMaster (q matster page one level higher in the nesting).
© Stack Overflow or respective owner