asp.net <asp:Content>控件

2018-06-18 01:49:53来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折

<asp:Content ID="Content2" ContentPlaceHolderID="CPH_MainContent" runat="server"></asp:Content>

cs页面无法获取ID="Content2",想在<asp:Content>控件中间添加内容,可以加一个占位符控件<asp:Literal>

结果:

<asp:Content ID="Content2" ContentPlaceHolderID="CPH_MainContent" runat="server">
    <asp:Literal ID="lNoticeContent" runat="server"></asp:Literal>
</asp:Content>

 

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:jquery easyui使用(三)&#183;&#183;&#183;&#183;&a

下一篇:C#遍历得到checkboxlist选中值和设置选中项