simonm
Apr 14th, 2005, 07:33 AM
I am binding a Repeater to a dataset object and formating it with an HTML table.
One of my columns contains multi-lined string data seperated by carriage return-line feed characters [char(13)+char(10)]. However, the text displays all on one line.
How do I get it to display with my line seperators?
One of my columns contains multi-lined string data seperated by carriage return-line feed characters [char(13)+char(10)]. However, the text displays all on one line.
How do I get it to display with my line seperators?