Protected Sub btnRemove_Click(ByVal sender As System.Object, ByVal e As DataGridCommandEventArgs)
e.Item.BackColor = System.Drawing.ColorTranslator.FromHtml("#ADD6FF")
End Sub
I added this to the codebehind for the click event and viola it works perfectly!
No comments:
Post a Comment