Private Sub DataGrid1_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataGridItemEventArgs) Handles DataGrid1.ItemDataBound
        e.Item.Attributes("onmouseover") = "javascript:this.style.backgroundColor='#fff7ce';cursor='hand';"
    End Sub
谁能帮我把上面用 C# 写的 转换成vb