1. 在GridView的RowDataBound事件中
2. 加入
if (e.Row.RowType == DataControlRowType.DataRow)
{
e.Row.Attributes.Add("OnMouseover", "this.style.backgroundColor='#E3EAEB'");
e.Row.Attributes.Add("OnMouseout", "this.style.backgroundColor='#FFFFFF'");
}
ref: https://blog.kkbruce.net/2016/09/enabling-xml-document-transforms-for-all-asp-net-web-by-develop-time.html#.XoP1KGMzbRY
沒有留言:
張貼留言