电脑故障

位置:IT落伍者 >> 电脑故障 >> 浏览文章

在GridView中鼠标滑过时改变背景颜色


发布日期:2021/1/28
 

在GridView的相应事件下添加代码实现通过对Javascript鼠标事件onmouseover与onmouseout来实现鼠标滑过时改变背景颜色代码如下

protected void GVYWZhuangBeiCategory_RowDataBound(object sender GridViewRowEventArgs e)

{

if (eRowRowType == DataControlRowTypeDataRow)

{

//高亮显示指定行

eRowAttributesAdd(onMouseOver Color=thisstylebackgroundColor;thisstylebackgroundColor=#FFF);

eRowAttributesAdd(onMouseOut thisstylebackgroundColor=Color;);

}

}

上一篇:千条DOS命令收藏

下一篇:常见日期方法荟萃