| Author: Ramesh 05 Sep 2008 | Member Level: Silver | Rating: Points: 3 |
Hi,
Do you mean to say, changing the text colour of a label? Then heres the code
System.Drawing.Color clr; clr = Drawing.Color.Blue; label1.Font.Color = clr;
Thanks, Ramesh
|
| Author: Gaurav Agrawal 05 Sep 2008 | Member Level: Diamond | Rating: Points: 3 |
Hi this is easy to do this
first of all u will use label or div or table or panel any thing and then use this
label1.forecolor = system.drawing.color.red;
div.Style.Add("color", "Red");
This can be done what u want....
GA
|