protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
if (e.Row.RowType == DataControlRowType.DataRow)
{

e.Row.Attributes.Add("onMouseOver", "this.style.backgroundColor='#ffff00'");//移到列上出現黃色的底色
e.Row.Attributes.Add("onMouseOut", "this.style.backgroundColor='#ffffff'");//確開列,回到白色底色
}
}

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 ylw1125 的頭像
    ylw1125

    程式搜集分享精靈

    ylw1125 發表在 痞客邦 留言(0) 人氣()