摘要:
分为几步: 1、在aspx文件中添加 function EndCallBack(s, e) { if (s.cpAlertMsg != "" && s.cpAlertMsg !=null) { alert(s.cpAlertMsg); s.cpAlertMsg = null; } } </scrip 阅读全文
摘要:
if (e.Row.RowState == DataControlRowState.Normal || e.Row.RowState == DataControlRowState.Alternate) { //内容提示为GridView第二行数据显示的内容,其索引值为1(注意:.NET中索引值都是从 阅读全文