码迷,mamicode.com
首页 > Web开发 > 详细

网页弹出框ClientScript,ScriptManager

时间:2015-08-10 17:46:56      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:

网页调用客户端弹出框
this.ClientScript.RegisterStartupScript(this.GetType(), "message", "<script>alert(‘!‘);</script>");


ajax里要这么用。
有UpdatePanel 需要用下面的代码
ScriptManager.RegisterStartupScript(UpdatePanel1, UpdatePanel1.GetType(), "", "alert(‘!‘);", true);

  

网页弹出框ClientScript,ScriptManager

标签:

原文地址:http://www.cnblogs.com/softwaredeveloper/p/4718407.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!