我有一个名为MainMasterPage.master
i have a contentplaceholder1
and的母版页contentplaceholder2
。此外,我正在创建一个使用 的嵌套母版页contentplaceholder1
,在此我放置标签。但是这些标签没有出现。我哪里出错了?
在嵌套母版页中
<asp:Content ID="Content1" ContentPlaceHolderID="cntplace1" Runat="Server">
<table width="100%">
<tr> <asp:Label runat="server" ID="lblImmu" Text="Immunization Details"></asp:Label></tr>
<tr><asp:Label runat="server" ID="lblDel"></asp:Label></tr>
<tr><asp:Label runat="server" ID="lblMal"></asp:Label></tr>
</table>
</asp:Content>