I am trying to mimic the ASP.NET master page functionality with Composite C1 with no success. For example, I create a master page on C1 using <asp:ContentPlaceHolder> tags. But when I try to use the <asp:Content> tags on the content pages, I get errors. It's almost as if the master page is not recognized, because C1 is asking me to include <html> and <body> tags on the content page.
I am not clear on the purpose of the <rendering:placeholder> and <asp:placeholder> tags used in C1; seems like both of these are used on the master page. Please help.
I am not clear on the purpose of the <rendering:placeholder> and <asp:placeholder> tags used in C1; seems like both of these are used on the master page. Please help.