2

I have a master page called MasterFile.master.

I added a content place holder in master page. That content place holder holds reference to another page(default.aspx).

Can that reference page(default.aspx) hold reference to another content page? I mean like a loop.

Bandreid
  • 2,727
  • 28
  • 47
ash2code
  • 21
  • 1
  • 6

1 Answers1

0

Yes, you can have as many Master pages you would like. Look at: https://msdn.microsoft.com/en-us/library/x2b3ktt7.aspx Nested ASP.NET Master Pages

Kiksen
  • 1,559
  • 1
  • 18
  • 41