摘要:
只能是数字或字母或-或_ /^[\w-_]+$/文件路径验证 /^[a-zA-Z]\:[\\a-zA-Z0-9_\\]+[\.]?[a-zA-Z0-9_]+$/验证只能是数字 /^\+?[1-9][0-9]*$/ 阅读全文
随笔档案-2013年08月
GridView行 添加鼠标双击事件
2013-08-18 09:08 by chenmenghappy, 421 阅读, 收藏,
摘要:
1 protected void gvUseOperateLogs_RowDataBound(object sender, GridViewRowEventArgs e) 2 3 { 4 5 if (e.Row.RowType == DataControlRowType.Header) 6 7 { 8 9 e.Row.CssClass = "Grid_AlternatingItem";10 11 }12 13 14 15 if (e.Row.R... 阅读全文
浙公网安备 33010602011771号