熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

ExtAspNet頁面跳轉的方法

2022-06-13   來源: .NET編程 

  一如果在Page_Load中則可以用ResponseRedirect(ABCaspx);

  二在其它事件中可以用以下方法

  protected void Button_Click(object sender EventArgs e)

  {

  PageResponseRedirectLocation = /ttaspx;

  PageManagerAjaxAspnetControls = new string[] { Page};

  }


From:http://tw.wingwit.com/Article/program/net/201311/12733.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.