网页弹出框ClientScript,ScriptManager

1
2
3
4
5
6
7
网页调用客户端弹出框
this.ClientScript.RegisterStartupScript(this.GetType(), "message", "<script>alert('!');</script>");
 
 
ajax里要这么用。
有UpdatePanel 需要用下面的代码
ScriptManager.RegisterStartupScript(UpdatePanel1, UpdatePanel1.GetType(), "", "alert('!');", true);

  

posted @   想念熊小米  阅读(483)  评论(0编辑  收藏  举报
点击右上角即可分享
微信分享提示