updatepanel 中使用JS alert方法

ScriptManager.RegisterStartupScript(this.Page, this.GetType(), "info", "alert('updatepanel中不能使用respones.write()!');", true);

你可能感兴趣的:(updatepanel 中使用JS alert方法)