Possible Duplicate:
I want different colours in my C# webform textbox!
I have a TextBox control with TextMode="MultiLine". It is like a chat application where user name appear in different color and message appear in black color. How to change TextBox’s ForeColor for user name only ?
Repetitive question :
I want different colours in my C# webform textbox!
you have two options :
another solution can be like this:
but remember this solution is for new message for typing. for old messages you should use div and span only elements (without textbox) to show them. posted messages do not require textbox, because they are not editable!