if(e.Item.ItemIndex>=0)
{
e.Item.Attributes.Add("onmouseover", "this.oldcolor=this.style.backgroundColor;this.style.backgroundColor='#66CC99'");
e.Item.Attributes.Add("onmouseout", "this.style.backgroundColor=this.oldcolor");
}
{
e.Item.Attributes.Add("onmouseover", "this.oldcolor=this.style.backgroundColor;this.style.backgroundColor='#66CC99'");
e.Item.Attributes.Add("onmouseout", "this.style.backgroundColor=this.oldcolor");
}
浙公网安备 33010602011771号