I have a multi-line text box on an asp page that I want the user to enter data.
<Text Area Name= "Comments" Rows = 10 Cols = 30 > </Text Area>
The data is saved to a Microsoft Access 2000 database in a 'memo' data type field.
The information stores properly in the database (i.e., if I examine the database, the information is there). However, it will not display on the asp page if there is a carriage-return in the data. If there is no carriage-return everything is OK.
What can I do to fix this problem?
Charlix
<Text Area Name= "Comments" Rows = 10 Cols = 30 > </Text Area>
The data is saved to a Microsoft Access 2000 database in a 'memo' data type field.
The information stores properly in the database (i.e., if I examine the database, the information is there). However, it will not display on the asp page if there is a carriage-return in the data. If there is no carriage-return everything is OK.
What can I do to fix this problem?
Charlix