Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying Text with Carriage Returns
Message
From
28/06/2001 14:18:24
 
 
To
27/06/2001 16:01:51
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00524081
Message ID:
00524836
Views:
12
I did what you said and used the following code to do it and it works great.
In ASP when accessing the data from the record set I used the Replace function as shown below to parse out and replace the data before displaying it.

Replace(oRs("txtNote"),chr(13),"
")

Thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform