行 81: e.Item.Attributes.Add("onmouseover","c=this.style.backgroundColor;this.style.backgroundColor='#6699ff'"); 行 82: e.Item.Attributes.Add("onmouseout","this.style.backgroundColor=c"); 行 83: ((LinkButton)(e.Item.Cells[6].Controls[0])).Attributes.Add("onclick","return confirm('确认要删除吗!!');"); 行 84: } 行 85: }