ScriptManager.RegisterStartupScript(this.UpdatePanel1, this.GetType(), "msg1", "alert('该产品已发布!无法完成此次操作!');", true);
在ajax控制下写弹出框
最新推荐文章于 2021-08-05 15:02:51 发布
ScriptManager.RegisterStartupScript(this.UpdatePanel1, this.GetType(), "msg1", "alert('该产品已发布!无法完成此次操作!');", true);