ASPX templates
Version 5.x > ASPX templates > Does Kentico Support Nested Master pages View modes: 
User avatar
Member
Member
hemanthray-gmail - 6/23/2010 10:31:00 AM
   
Does Kentico Support Nested Master pages
I have build a site with Nested master page home.master(main) secondary.master(nested).

I have put an Editable region in Home.master but it is not copied around to the neseted master pages. for Example if i go to a page page.aspx which uses secondary master as its master page doesnt show the content where in home.master.

i.e I have a page Home.aspx which only uses Home.master where i have entered the content in the Editable region but its not carried over.

Can any one guide me through this

Thanks
Hemanth

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 6/24/2010 1:31:20 AM
   
RE:Does Kentico Support Nested Master pages
Hi,

Multiple master pages are supported since version 5.5.

But, you are using editable region web part which is special in this case. The content of this web part is saved per document in CMS_Document table - so master page and its subpages are independent in this way and can have its own content (you can see it on the Page tab). For your aim you can use static text web part, or if you want to use editable regions, you will need to load the content of the parent region by code manually.

Best regards,
Juraj Ondrus