Is there a way you can set the CSS class on a asp.net table row with an inline if statement like you can set a text property on a label etc?
Something like this?
CssClass='<%# (Eval("WinOrLoss") = "W" ? "classRed": "classLoss") %>'>
Go to the complete details ...