ScriptManager.RegisterStartupScript(this.UpdatePanel1, this.GetType(), "test", "alert(‘test‘);", true);
注意第一个参数一定要选对,如果不在相应的更新区域,则无法执行脚本。
时间: 2024-11-09 23:58:42
ScriptManager.RegisterStartupScript(this.UpdatePanel1, this.GetType(), "test", "alert(‘test‘);", true);
注意第一个参数一定要选对,如果不在相应的更新区域,则无法执行脚本。