日期:2014-05-18  浏览次数:20431 次

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 " -->