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