ASP.NET - GridView光棒效果
GridView光棒效果
protected void GV_Query_RowDataBound(object sender, GridViewRowEventArgs e)
{
if (e.Row.RowType == DataControlRowType.DataRow) //判定row的型態是資料行
{ e.Row.Attributes.Add("onmouseover", "this.style.backgroundColor='#80FFFF';"); //滑鼠移到變色
if (e.Row.RowState == DataControlRowState.Alternate)
{ e.Row.Attributes.Add("onmouseout", "this.style.backgroundColor='MintCream';"); //滑鼠移開底色恢復為MintCream }
else
{ e.Row.Attributes.Add("onmouseout", "this.style.backgroundColor='LightYellow';"); //滑鼠移開底色恢復為LightYellow
}
}
}
3 意見:
學長delphi可以讀qrp轉成xls嗎??
To 阿水,要用delphi寫轉檔程式應該是可以啦!不過我沒寫過就是~
剛剛Google一下好像有範例!你可以參考阿!!
居家網路工作 只要您會上網 每日在家工作2~4小時
不影響正職工作,多增加一份額外收入
點我免費報名體驗 http://wahez.weebly.com
張貼意見