后台跳转的方法:
1.js脚本
[不推荐使用]
Context.Response.Write("<script language=javascript>window.location.href=\" \"</script>");
2.C#重定向
[浏览器路径不变,服务器内容请求路径更改]
Response.Redirect(" ");