开发者论坛

 找回密码
 注册 (请使用非IE浏览器)
查看: 4181|回复: 0

求助关于webform 弹出框的问题

[复制链接]

0

精华

0

贡献

0

赞扬

帖子
11
软币
97
在线时间
7 小时
注册时间
2015-7-21
发表于 2015-7-27 14:14:58 | 显示全部楼层 |阅读模式
我想问一下webform如何做到弹出框(JavaScript中的alert那样)...
我想做的是在aspxgridview控件中触发FocusedRowChanged事件后,在CustomCallback里判断如果匹配某个条件后弹出一个提示框 BJ6LQA@LS)7X_])CM{O7YNE.png

试了以下这几种方法都不行。。
Response.Write("<script type='text/javascript'>alert('弹出的消息');</script>");
Response.Write(" <script>function window.onload() {alert( ' 弹出的消息' ); } </script> ");
Page.ClientScript.RegisterStartupScript(Page.GetType(), "message", "<script language='javascript' defer>alert('第四种弹出框');</script>");
ClientScriptManager scriptManager = ((Page)System.Web.HttpContext.Current.Handler).ClientScript;
scriptManager.RegisterStartupScript(typeof(string), "key", "alert('第三种弹出框');", true);
ScriptManager.RegisterStartupScript(Page, typeof(Page), "tishi", "alert('你所查询的数据不存在!');", true);


回复

使用道具 举报

Archiver|手机版|小黑屋|开发者网 ( 苏ICP备08004430号-2 )
版权所有:南京韵文教育信息咨询有限公司

GMT+8, 2024-12-22 20:23

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表