http://zhidao.baidu.com/question/138541435
asp.net 是不能实现 iframe 效果的,因为它是服务端的,最终生成的是 html 。所以,最终能实现效果的是 html 所以...html 怎么使用 iframe 你就怎么使用 iframe 吧。 
百度到的结果

解决方案 »

  1.   

    splitcontainer设置框架窗体
    web使用母版页
      

  2.   

    iframe可以。站点导航sitmap也可以
      <iframe name="frmLeft" src="Admin_Left.aspx"  frameborder="0"   scrolling="no" style="width:232px;  vertical-align:top"  height="665" id="Left"> </iframe>    </td>
                <td align="left"     style="vertical-align:top; width:760px;  padding-top:6px;"><iframe name="frmRight"  runat="server" src="ManagerCompanyNews.aspx"    frameborder="0"   style="vertical-align:top; width:760px;"   scrolling="no"  id="Right"> </iframe>