摘要:
同一个GridView的OnRowDeleting="ClassGridView_RowDeleting"和 OnRowCommand="ClassGridView_RowCommand"事件之间的触发关系: 当触发了OnRowDeleting事件时也会同时触发OnRowCommand事件,当触... 阅读全文
posted @ 2015-11-06 14:43
代码养家
阅读(606)
评论(0)
推荐(0)
|
摘要:
同一个GridView的OnRowDeleting="ClassGridView_RowDeleting"和 OnRowCommand="ClassGridView_RowCommand"事件之间的触发关系: 当触发了OnRowDeleting事件时也会同时触发OnRowCommand事件,当触... 阅读全文
posted @ 2015-11-06 14:43
代码养家
阅读(606)
评论(0)
推荐(0)
摘要:
在用GridView控件显示数据时,它的默认的样式很丑,也没有鼠标经过行背景高亮和鼠标呈现手型的特效,今天实现了这个特效。 代码如下。 //鼠标经过行背景高亮并变手型 protected void ClassGridView_RowDataBound(object sender... 阅读全文
posted @ 2015-11-06 14:39
代码养家
阅读(273)
评论(0)
推荐(0)
|