: help please.....i am making an advising system and giving advice is
: based with student's grades..to emphasize more the grades of the
: student,i want it to be distinguished by color..how to change the
: font color by following its corresponding condition...sample
: condition is if the grade of the student is failed,the font color is
: red..if it is incomplete,the font color is blue and if it is
: passed,the color of the font is yellow....help
: please...please...please.....
:
It is not clear from your post that What control is you are using to print the names of students. You can use
RichText Control for this purpose. Use
SelectionColor to change color of font for particular selection. For more information follow the link