Applying color and font to first line in a Multiline textbox Asp.net c#
Guys,I have a textbox whose Text mode is set to MULTILINE. In code (c#) , i append some values using string builder and finally i am passing the values in the string builder to textbox. Now i want the first line in the textbox to be in Bigger font and color to differentiate from the line below.
How can i apply the color and font style for the first line in the multiline textbox ? Ple help me to work it out.
Thanks.
Rajabharathi R .