当前位置: 代码迷 >> ASP.NET >> asp.net中怎么引用其他的页
  详细解决方案

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

热度:7847   发布时间:2013-02-25 00:00:00.0
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 " -->
  相关解决方案