关于在updatepanel中response失效的解决方法 在asp.net ajax下的updatepanel中response失效,可以用ScriptManager.RegisterClientScriptBlock(UpdatePanel1, this.GetType(), "Upda", "window.alert('修改密码成功!');", true);代替,若哪位朋友有其他方法欢迎交流