Response.Redirect
大家帮我看看这个是什么道理!
private void Page_Load(object sender, System.EventArgs e)
{
try
{
Response.Redirect("WebForm3.aspx");
}
catch(System.Exception ee)
{
Response.Redirect("WebForm2.aspx");
}
}
WebForm3没有错误,为什么还跳到catch
浙公网安备 33010602011771号