applying CSS in multiline textbox of asp.net
I have seen many time whenever we try to apply css classes to the the multi line text of asp.net. It does not work.It may happened due to the browser treat that text box as the text area. So you can do it with defining text area element in css and it will automatically apply