不对啊
If (e.Item.ItemType = ListItemType.Item Or e.Item.ItemType = ListItemType.AlternatingItem) Then
e.Item.Attributes("onMouseDown") = "me.name=me.style.backgroundColor;me.backgroundcolor='yellow'"
e.Item.Attributes("onmouseout") = "me.style.backgroundColor=me.name;"
End If