欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

asp.net 光棒效應(yīng)實(shí)現(xiàn)代碼

 更新時間:2009年12月18日 21:38:07   作者:  
asp.net 光棒效應(yīng)(今天剛剛學(xué)到的)
復(fù)制代碼 代碼如下:

protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
if (e.Row.RowType == DataControlRowType.DataRow)
{
e.Row.Attributes.Add("onmouseover", "javascript:currentcolor=this.style.backgroundColor;this.style.backgroundColor='#6699f';");
e.Row.Attributes.Add("onmouseout", "javascript:this.style.backgroundColor=currentcolor;");
}
}

相關(guān)文章

最新評論