i have a Master page and in it another Master and another Master. I want the view inside the third master to populate some contentPalceHolder in the upper-most Master.
How do I do it?
|
i have a Master page and in it another Master and another Master. I want the view inside the third master to populate some contentPalceHolder in the upper-most Master. How do I do it? |
||||
|
|
|
I used ContentPalceHolder and asp:Content to bubble the string from the inner aspx-view through all masters to the outer Master. like this:
|
|||
|
|
|
You have to make that 'anscestor' trickle down through each Master page:
|
|||
|
|