Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. If e.Row.RowType = DataControlRowType.DataRow Then
  2. If (e.Row.Cells(1).Text) = "102" Then
  3. e.Row.Cells(1).BackColor = System.Drawing.Color.Red
  4. End If
  5. End If
  6. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement