62,268
社区成员
发帖
与我相关
我的任务
分享
<table>
<tr>
<td>
<!-- 左侧的导航树 -->
<asp:TreeView ID="TV" runat="server"/>
</td>
<td>
<asp:contentplaceholder id="MainContent" runat="server">
<!-- Page-specific content will go here... -->
</asp:contentplaceholder>
</td>
</tr>
</table>