问题:Gridview 里linkbutton ,点击linkbutton 按钮,此行变色?
问题:Gridview里linkbutton,点击linkbutton按钮,此行变色?linkbutton的text是“详细”,点击“详细”此行变色,关联出子表。要求怎么...
问题:Gridview 里linkbutton ,点击linkbutton 按钮,此行变色?linkbutton 的text是“详细”,点击“详细” 此行变色,关联出子表。要求怎么让行变色?
展开
2个回答
展开全部
e.Row.Attributes.Add("onmouseover", "currentcolor=this.style.backgroundColor;this.style.backgroundColor='#ccddff',this.style.fontWeight='Bold';");
//当鼠标离开的时候 将背景颜色还原的以前的颜色
e.Row.Attributes.Add("onmouseout", "this.style.backgroundColor=currentcolor,this.style.fontWeight='';");
写在 GridView1_RowDataBound 函数里 就能变了 还能给字体加粗 不喜欢可以去掉
//当鼠标离开的时候 将背景颜色还原的以前的颜色
e.Row.Attributes.Add("onmouseout", "this.style.backgroundColor=currentcolor,this.style.fontWeight='';");
写在 GridView1_RowDataBound 函数里 就能变了 还能给字体加粗 不喜欢可以去掉
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询