对页面进行分割

如下效果:

下面两个蓝框:
通过选择左边蓝框中的菜单,在右边蓝框区域显示对应内容。

通过添加标签<iframe>实现,在属性src里放资源

<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
。。。。
<iframe runat="server" align="left" height="400" style=" 61px"
src
="/borrow/borrow_menu.aspx">

</iframe>
<iframe id="Iframe1" runat="server" height="400">

</iframe>
。。。。


/**************************************************************************
                  原文来自博客园——Submarinex的博客: www.cnblogs.com/submarinex/               
  *************************************************************************/

原文地址:https://www.cnblogs.com/submarinex/p/2284286.html