DataBind时间中
If e.Row.RowType = DataControlRowType.DataRow Then
Dim link As New HyperLinklink = DirectCast(e.Row.Cells(0).Controls(0), HyperLink)
If link.Text = "TOTAL" Then
e.Row.BackColor = System.Drawing.Color.FromArgb(255, 153, 204)
e.Row.Font.Bold = True
End If
End If