熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

在GridView中鼠標滑過時改變背景顏色

2022-06-13   來源: .NET編程 

  在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;);

  }

  }


From:http://tw.wingwit.com/Article/program/net/201311/11630.html
  • 上一篇文章:

  • 下一篇文章:
  • 推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.