IF (E.Item.ItemType == ListItemType.Item || E.Item.ItemType == ListItemType.alternatingItem)
{
E.Item.attributes.add ("onmouseover", "currentcolor = this.style.BackgroundColor; this.style.backcolor = '# cee0fb'");
E.Item.attributes.add ("onmouseout", "this.style.BackgroundColor = CurrentColor");
LinkButton LBT = (LinkButton) E.Item.FindControl ("lbt_delete");
Lbt.attributes.add ("onclick", "Return Confirm (/" Do you confirm that you want to delete? / ")");
}