hey all.
I've got a textarea on an asp page, it's contents get saved to an sql 7 table.
In another asp page the contents get displayed (uses xml & xsl to render).
If I enter "abc" on the same line then it all works fine. However, if in the textarea i write:
a
b
c
(pressing enter after each character)
in sql it gets stored as:
a
b
c
but gets displays as "a b c" in the asp.
Has anyone got any ideas as to why and how to get around it?
Cheers
Mark
I've got a textarea on an asp page, it's contents get saved to an sql 7 table.
In another asp page the contents get displayed (uses xml & xsl to render).
If I enter "abc" on the same line then it all works fine. However, if in the textarea i write:
a
b
c
(pressing enter after each character)
in sql it gets stored as:
a
b
c
but gets displays as "a b c" in the asp.
Has anyone got any ideas as to why and how to get around it?
Cheers
Mark