I have a FormView with several DataBound labels. I need to change the ForeColor of one of the labels depending on it's value but can't seem to find a way of accessing it's properties since it is in a template. In tried using FindControl but didn't have any luck. Can someone suggest an alternate way of doing this? I have enough flexibility that I don't have to use a FormView if there is another way of binding the label (I am using an ObjectDataSource).

Thanks!!