一如果在Page_Load中則可以用ResponseRedirect(ABCaspx);
二在其它事件中可以用以下方法
protected void Button_Click(object sender EventArgs e)
{
PageResponseRedirectLocation = /ttaspx;
PageManagerAjaxAspnetControls = new string[] { Page};
}