asp.net 2.0中, 如果에서 一个masterpage页face中, 使用服务端的table控件的话,如下所示,会在设置视图时,没了其中的contentplaceholder,
<asp:Table ID="tbl" runat="서버 ">
<asp:테이블행>
<asp:테이블셀>
이게 내 헤더야!
</asp:테이블셀>
</asp:TableRow>
<asp:테이블행>
<asp:테이블셀>
<asp:contentplaceholder id="_content" runat="서버">
</asp:콘텐츠자리표시자>
</asp:테이블셀>
</asp:TableRow>
<asp:테이블행>
<asp:테이블셀>
이건 내 바닥글이에요!
</asp:테이블셀>
</asp:TableRow>
</asp:Table>
而如果用普은 일반적으로 테이블에 있는 테이블입니다.
<테이블>
<tr>
<TD>
이게 내 헤더야!
</td>
</tr>
<tr>
<TD>
<asp:contentplaceholder id="_content" runat="서버">
</asp:콘텐츠자리표시자>
</td>
</tr>
<tr>
<TD>
이건 내 바닥글이에요!
</td>
</tr>
</table>
微软已经确认是个작은BUG拉,将会下一个版本解决,具体参考:
http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=6345496f-76eb-4e6c-aa95-791bfbfc24a0
출처:jackyron BLOG