国产探花免费观看_亚洲丰满少妇自慰呻吟_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

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 娱乐| 八宿县| 灵石县| 甘洛县| 绵阳市| 西和县| 微山县| 巫山县| 弋阳县| 黄骅市| 青川县| 嵩明县| 桂阳县| 泰顺县| 南城县| 夏邑县| 楚雄市| 军事| 荃湾区| 沿河| 通渭县| 寻乌县| 金山区| 女性| 盐津县| 林州市| 太仆寺旗| 井陉县| 紫阳县| 海南省| 鹤壁市| 宜川县| 淄博市| 丽江市| 论坛| 西宁市| 陕西省| 娄烦县| 尚义县| 将乐县| 阿鲁科尔沁旗|