I searched the forums and was unable to find a solution to this problem of mine.
I take in data through a textarea and display it later in a <td> tag. I am unable to get the new line characters to display.
While displaying the data I have tried
replace(data,VbCrLf,"<br>")
and
replace(data,chr(13),"<br>")
Additional information:
The data is stored in a field of datatype Text in a sql server 2000 database table.
Also, while taking in the user input, data is passed to the database through XML forms.
Any ideas on how I can get new line characters to display?
rsshetty.
It's always in the details.
I take in data through a textarea and display it later in a <td> tag. I am unable to get the new line characters to display.
While displaying the data I have tried
replace(data,VbCrLf,"<br>")
and
replace(data,chr(13),"<br>")
Additional information:
The data is stored in a field of datatype Text in a sql server 2000 database table.
Also, while taking in the user input, data is passed to the database through XML forms.
Any ideas on how I can get new line characters to display?
rsshetty.
It's always in the details.