当鼠标经过gridview时,gridview改变颜色
1个回答
展开全部
是鼠标经过行,行背景改变颜色吗?
if (e.Item.ItemIndex >= 0)
{
e.Item.Attributes.Add("onMouseOver","currentcolor=this.style.backgroundColor;this.style.backgroundColor='#CCCCDD'");
e.Item.Attributes.Add("onMouseOut","this.style.backgroundColor=currentcolor");
}
写到RowDataBound事件里!
祝你好运!
if (e.Item.ItemIndex >= 0)
{
e.Item.Attributes.Add("onMouseOver","currentcolor=this.style.backgroundColor;this.style.backgroundColor='#CCCCDD'");
e.Item.Attributes.Add("onMouseOut","this.style.backgroundColor=currentcolor");
}
写到RowDataBound事件里!
祝你好运!
追问
这个是什么原因?错误 44 “ASP.consumption_consumption_aspx”不包含“GridView1_SelectedIndexChanged”的定义,并且找不到可接受类型为“ASP.consumption_consumption_aspx”的第一个参数的扩展方法“GridView1_SelectedIndexChanged”(是否缺少 using 指令或程序集引用?)
追答
你在事件里点击生成一下!
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询