There is a solution to the conditional formatting of a grid view...
http://forums.asp.net/t/2004246.aspx?Conditional+formatting+of+cells+in+a+gridview
However it presumes that the assessment is only done on the value of the current field. What if the assessment also needs so see what code exists in another field? For example, if the current field value represents a percent, the analysis is done one way,
if it represents a ratio such as .75 then is must be done a different way. There would be a field that would be able to tell the system if the field is a percent or a ratio. How would you do conditional formatting that checks this other field value first before
determining what method of analysis to perform for the formatting?
Go to the complete details ...