尝试在网格视图行数据绑定事件中使用下面的代码,仍然没有使用。任何人都可以暗示我做错了什么。
Gridview行背景颜色没有改变。
e.Row.Attributes.Add("onmouseover", "this.style.backgroundColor = 'red'; this.style.textDecoration = 'underline'");
e.Row.Attributes.Add("onmouseout", "this.style.textDecoration = 'none'");