NoCoolHandle
Programmer
I have a datatable that contains information from a varchar field in SQL Server. This datatable is being bound to a textbox in one instance and a td tag via a repeater in another. Both bindings show the same behaviour.
When I return a record that has an ascii 13 (Carriage Return) in it, the carage return seems to be returned as a space.
I would really like it to display as a Carriage return.
Any ideas???
Thanks
Rob
When I return a record that has an ascii 13 (Carriage Return) in it, the carage return seems to be returned as a space.
I would really like it to display as a Carriage return.
Any ideas???
Thanks
Rob