用到才知
ScriptManager.RegisterStartupScript(this.UpdatePanel1, this.GetType(), "onekey", "alert('成功弹出')", true);
[转]updatepanel中使用alert弹出框方法
最新推荐文章于 2022-07-20 00:44:40 发布
用到才知
ScriptManager.RegisterStartupScript(this.UpdatePanel1, this.GetType(), "onekey", "alert('成功弹出')", true);