gregburningham
Programmer
Hi
I am trying to write some text out to a textfield on an asp.net page.
I would like the text to be displayed in one textfields as follows:
- Message 1
- Message 2
- Message 3
Each string of text should be separated with some sort of line break character I assume. (I will build the string programatically). I have tried using chr(10) and VbCrLf but neither seem to work and the text is appearing as follows:
-Message 1Message 2Message3
Please can someone help me ?
Thanks in Advance ...
Greg B
I am trying to write some text out to a textfield on an asp.net page.
I would like the text to be displayed in one textfields as follows:
- Message 1
- Message 2
- Message 3
Each string of text should be separated with some sort of line break character I assume. (I will build the string programatically). I have tried using chr(10) and VbCrLf but neither seem to work and the text is appearing as follows:
-Message 1Message 2Message3
Please can someone help me ?
Thanks in Advance ...
Greg B