C# Repeater控件的 ItemDataBound 事件
如何在Repeater控件的ItemDataBound事件里给绑定的没一行加上背景颜色呢?=========================GridView控件绑定行如下...
如何在 Repeater控件的 ItemDataBound 事件里 给绑定的没一行加上背景颜色呢?
=========================
GridView 控件 绑定行如下:
if (e.Row.RowIndex >= 0)
{
//给行加属性
e.Row.Attributes.Add("onmouseover", "this.style.backgroundColor='#66FF66';");
e.Row.Attributes.Add("onmouseout", "this.style.backgroundColor='';");
}
============================================
但,我现在想知道 Repeater控件 的绑定行 事件里怎么写?
打错字了,"没一行" 改为 "每一行"
Repeater在客户端默认是一个表格 ? 错,是完全自己设置的,GridView 才是,所以,只有在前台手动加了,本想在后台加的,O(∩_∩)O 没办法。 展开
=========================
GridView 控件 绑定行如下:
if (e.Row.RowIndex >= 0)
{
//给行加属性
e.Row.Attributes.Add("onmouseover", "this.style.backgroundColor='#66FF66';");
e.Row.Attributes.Add("onmouseout", "this.style.backgroundColor='';");
}
============================================
但,我现在想知道 Repeater控件 的绑定行 事件里怎么写?
打错字了,"没一行" 改为 "每一行"
Repeater在客户端默认是一个表格 ? 错,是完全自己设置的,GridView 才是,所以,只有在前台手动加了,本想在后台加的,O(∩_∩)O 没办法。 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询