在asp.net 2.0中,如果在一个masterpage页面中,使用服务端的table控件的话,如下所示,会在设置视图时,没了其中的contentplaceholder,

    <asp:Table ID="tbl" runat="server">
            <asp:TableRow>

                <asp:TableCell>
                    This is my header!
                </asp:TableCell>
            </asp:TableRow>
            <asp:TableRow>
                <asp:TableCell>
                    <asp:contentplaceholder >http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=6345496f-76eb-4e6c-aa95-791bfbfc24a0
    

相关文章:

  • 2021-11-20
  • 2022-12-23
  • 2022-02-15
  • 2022-12-23
  • 2021-08-22
  • 2021-10-23
  • 2021-11-01
  • 2022-12-23
猜你喜欢
  • 2021-09-27
  • 2021-11-27
  • 2021-06-07
  • 2022-12-23
  • 2021-12-04
  • 2021-11-12
相关资源
相似解决方案