Hi Gary,
I've found the article during my search on the Internet.
Imagine that in the second master page I've this situation:
and in the content page (default.aspx), I need to access at the label control.Code:<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label> <asp:ContentPlaceHolder ID="ContentPlaceHolder2" runat=server> </asp:ContentPlaceHolder> </asp:Content>
I hope my explanation is clearer than the same of the first post!
Thank you




Reply With Quote