首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > .NET >

.net应当怎样包含文件

2012-12-16 
.net应该怎样包含文件JSP是这样包含文件的:trtd width12%%@include file xxwjtopindex.jsp%

.net应该怎样包含文件
JSP是这样包含文件的:
<tr>
    <td width="12%"><%@include file = "xxwjtopindex.jsp"%>&nbsp;</td>
    <td width="88%"><%@include file = "xxwjtopindex.jsp"%>&nbsp;</td>
  </tr>

.net应该是怎样的,请问高手们~~~~
[最优解释]
you may try:
<iframe id=iframe1 src="xxwjtopindex.jsp" runat=server>
or:

<frameset cols="20%,30%">
<frame name=left src="http://aspxos.com/AspxOS_BBS.aspx?A=D1_1_tree">
<frameset rows="30%,70%">
<frame name=top src=http://aspxos.com/AspxOS_BBS.aspx?A=D1_1_2>
<frame name=right src=http://aspxos.com/AspxOS_BBS.aspx?A=index>
</frameset>
</frameset>

[其他解释]
我是想在表格里插入一个名为WebForm3.aspx的网页,不是在框架里加的。

热点排行