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

posted on 2004-04-19 09:47  阿勇  阅读(4701)  评论(22编辑  收藏  举报

导航