摘要: using System; using System.Web; namespace ShowMessage { /// <summary> /// Msg 的摘要说明。 /// </summary> public class ShowMessage { public ShowMessage() {  阅读全文
posted @ 2018-04-26 15:05 qqhfeng16 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 分为几步: 1、在aspx文件中添加 function EndCallBack(s, e) { if (s.cpAlertMsg != "" && s.cpAlertMsg !=null) { alert(s.cpAlertMsg); s.cpAlertMsg = null; } } </scrip 阅读全文
posted @ 2018-04-26 14:48 qqhfeng16 阅读(260) 评论(0) 推荐(0) 编辑
摘要: if (e.Row.RowState == DataControlRowState.Normal || e.Row.RowState == DataControlRowState.Alternate) { //内容提示为GridView第二行数据显示的内容,其索引值为1(注意:.NET中索引值都是从 阅读全文
posted @ 2018-04-26 14:47 qqhfeng16 阅读(189) 评论(0) 推荐(0) 编辑