页面跳转

1、超链接:<a href="http://www.baidu.com/">baidu</a> 链接到百度

2、页面跳转:Response.Redirect("http://www.hlbrzy.com/");
        Response.End(); 点击这个网址跳转到所在学校的页面

3、页面跳转:Server.Transfer("~/Default2.aspx"); 做这个页面跳转的时候要新建一个新项,然后随便起个名,点击运行时就跳转到你输入的名字的页面了

原文地址:https://www.cnblogs.com/liulina009/p/3637597.html