ExtAspNet页面跳转的方法

一:如果在Page_Load中则可以用Response.Redirect("ABC.aspx");

 

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

 

protected void Button1_Click(object sender, EventArgs e)
{
   Page.Response.RedirectLocation 
= "/tt.aspx";
   PageManager1.AjaxAspnetControls 
= new string[] { "Page"};
}

 

 

posted @ 2010-02-20 14:10  ycmoon  阅读(849)  评论(0编辑  收藏  举报
QQ:817647 MSN:kenny@msn.cn EMail:ycmoon@qq.com