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

首頁 > 開發 > 綜合 > 正文

DataGrid刪除確認及Item顏色交替

2024-07-21 02:16:29
字體:
來源:轉載
供稿:網友
datagrid刪除確認及item顏色交替

hbzxf(阿好)
http://www.cnblogs.com/hbzxf

有時候我們需要在刪除datagrid中item相對應的數據時,需要彈出一個確認對話框來提示使用者,其實這個功能非常簡單,下面的代碼大家可以試試,還有一個小技巧也順便測試一下,可以在datagrid的item 中產生顏色交替的效果。

private void dg_itemdatabound(object sender, datagriditemeventargs e)
{
if(e.item.itemtype == listitemtype.item || e.item.itemtype == listitemtype.alternatingitem)
{
//刪除確認
linkbutton delbttn = (linkbutton) e.item.cells[1].controls[0];
delbttn.attributes.add("onclick","javascript:return confirm('確定刪除" + e.item.cells[4].text + "?');");
//顏色交替
e.item.attributes.add("onmouseover","this.style.backgroundcolor='seashell'");
if(e.item.itemtype == listitemtype.item)
{
e.item.attributes.add("onmouseout", "this.style.backgroundcolor='#ffffff'");
}

if(e.item.itemtype ==listitemtype.alternatingitem)
{
e.item.attributes.add("onmouseout", "this.style.backgroundcolor='seashell'");
}
}
}

感謝我的好友小琳在此提供了技術支持,他是一位出色的軟件工程師。



發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 哈尔滨市| 保德县| 来宾市| 冷水江市| 文山县| 陆川县| 拜泉县| 习水县| 襄垣县| 嘉兴市| 博爱县| 新津县| 三河市| 瓦房店市| 库尔勒市| 三明市| 定日县| 镇安县| 临漳县| 麦盖提县| 开远市| 龙海市| 新郑市| 汤原县| 忻州市| 略阳县| 辰溪县| 长岛县| 大宁县| 郸城县| 红桥区| 宁陵县| 左贡县| 杭州市| 丹巴县| 乌苏市| 辛集市| 肃南| 和平区| 周宁县| 繁峙县|