Hello,
I have an Oracle varchar2(4000) field that stores plain text addresses with hard returns like so:
-------------------------------
Adam Turner
111 North Pole
Harrisburg, PA 17033
--------------------------------
It stores and copy/pastes just fine, but when I want to read it in .net, it's a single line. I need to retain the format without adding <br> or any extra script.
Any ideas?
Go to the complete details ...