我如何在ASP.NET中使用框架? [英] How can i use frames in ASP.NET?

查看:102
本文介绍了我如何在ASP.NET中使用框架?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好b $ b

我想在我的网络应用程序中使用框架。我如何在.NET 4.0中使用它们?

急需帮助!!!



感谢你

Hi
I want to use frames in my web application. How can i use them in .NET 4.0 ??
Need Help urgent!!!

Thanking you

推荐答案

希望这个链接可以帮到你:



http://www.eggheadcafe.com/community/asp-net/17/10368600/frame-set-tag.aspx [< a href =http://www.eggheadcafe.com/community/asp-net/17/10368600/frame-set-tag.aspxtarget =_ blanktitle =New Window> ^ ]











Hope this link will help you:

http://www.eggheadcafe.com/community/asp-net/17/10368600/frame-set-tag.aspx[^]


OR


<frameset rows="14%,83%,4%" frameborder="0">
   <frame src="../Common/Header.aspx" frameborder="0" noresize class="pop_col_top">

   <frameset cols="22%,78%" class="pop_col_top"  frameborder="0">
           <frame name="left" src="Setup.aspx" frameborder="0" noresize class="pop_col_top cell_hspace1 frameborder">
           <frame name="myFrm" noresize class="pop_col_top frameborder">
   </frameset>

   <frame src="../Common/Footer.aspx" frameborder="0" noresize class="pop_col_top">
   </frameset>


请参考以下主题:

使用.NET中的框架 [ ^ ]

使用框架和iframe ASP.NET [ ^ ]



检查类似的答案:

点击此处1 [ ^ ]

点击此处2 [ ^ ]
Please refer following threads:
Working with Frames in .NET[^]
Working with frames and iframes with ASP.NET[^]

Check similar answers:
Click here 1[^]
Click here 2[^]


就这么说吧在.aspx页面中使用src属性标记,您可以独立执行外部页面。





Just put this tag with src attribute in your .aspx page you can independently execute your external page.


<iframe id="frm1" src="http://localhost/NetShopping/Home.aspx" width="1300px"  ></iframe>


这篇关于我如何在ASP.NET中使用框架?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆