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

asp.net中怎么引用其他的页

2011-12-25 
asp.net中如何引用其他的页比如说象asp那样引用top.asp和button.asp那样引用asp.net如何写?[解决办法] !-

asp.net中如何引用其他的页
比如说象asp那样引用top.asp和button.asp那样引用   asp.net如何写?

[解决办法]
<!--#include file= "HTMLPage1.htm " -->
<!--#include file= "../HTMLPage2.htm " -->
<!--#include virtual= "HTMLPage1.htm " -->
<!--#include virtual= "~/HTMLPage2.htm " -->

热点排行