Hi all
My app reads fields from a SQL Server Back End using ADO recordsets.
One of the fields is a ntext type. When I use my desktop application to populate it, it shows line feeds (ie where the user pressed enter). In SQL Server it shows the line feeds.
However, when I response.write the field, it puts it onto one line.
Is there any way of overcoming this?
Example.
The user types and is saved into SQL Server as such:
1
2
3
5
ADO recordset displays on ASP page
1 2 3 4 5
Thanks
ITflash
My app reads fields from a SQL Server Back End using ADO recordsets.
One of the fields is a ntext type. When I use my desktop application to populate it, it shows line feeds (ie where the user pressed enter). In SQL Server it shows the line feeds.
However, when I response.write the field, it puts it onto one line.
Is there any way of overcoming this?
Example.
The user types and is saved into SQL Server as such:
1
2
3
5
ADO recordset displays on ASP page
1 2 3 4 5
Thanks
ITflash