国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > 綜合 > 正文

鼠標移動,改變datagrid顏色

2024-07-21 02:17:04
字體:
來源:轉載
供稿:網友
sub datagrid1_itemdatabound(byval sender as object, byval e as system.web.ui.webcontrols.datagriditemeventargs)

if e.item.itemtype = listitemtype.item or _
e.item.itemtype = listitemtype.alternatingitem then

'---------------------------------------------------
' add the onmouseover and onmouseout method to the row of datagrid
'---------------------------------------------------
e.item.attributes.add("onmouseover", "this.style.backgroundcolor='silver'")
e.item.attributes.add("onmouseout", "this.style.backgroundcolor='white'")

end if

end sub

sub datagrid2_itemdatabound(byval sender as object, byval e as system.web.ui.webcontrols.datagriditemeventargs)

if e.item.itemtype = listitemtype.item or _
e.item.itemtype = listitemtype.alternatingitem then

'---------------------------------------------------
' add the onmouseover and onmouseout method a cell (column) of datagrid
'---------------------------------------------------
e.item.cells(1).attributes.add("onmouseover", "this.style.backgroundcolor='#ddeeff'")
e.item.cells(1).attributes.add("onmouseout", "this.style.backgroundcolor='white'")

'---------------------------------------------------
' change the mouse cursor of a particular cell (column) of datagrid
' (or you may do it for a whole row of datagrid :)
'---------------------------------------------------
e.item.cells(3).style("cursor") = "hand"

'---------------------------------------------------
' add the onclick alert messagebox to a particular cell (column) of datagrid
'---------------------------------------------------
e.item.cells(3).attributes.add("onclick", "alert('you click at id: " & e.item.cells(0).text & "!');")

end if
end sub

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 峨边| 乡城县| 开原市| 牡丹江市| 文登市| 陆丰市| 沂水县| 肥乡县| 烟台市| 岳阳县| 比如县| 民和| 鱼台县| 永寿县| 镇原县| 五家渠市| 叶城县| 康马县| 简阳市| 兖州市| 女性| 潼关县| 临江市| 怀安县| 大余县| 礼泉县| 阿克苏市| 乌拉特后旗| 买车| 汝州市| 永仁县| 望江县| 常德市| 宜阳县| 海盐县| 来宾市| 游戏| 阜南县| 贺州市| 元朗区| 喀喇|