PDA

Click to See Complete Forum and Search --> : ASP - Displaying The Contents Of A Memo Field Properly.


omarswan
Jun 22nd, 2000, 06:38 AM
Hi,
I'm planning on creating a web that will allow different
users to submit their codes. These codes will be stored in a Memo Field. The problem that I'm having is that when ever I display the contents of the Memo Field it
Jumbles up every thing. How can I display the contents of
the Memo field in the same way (format) in which it was enter by the users. A very good example is this Bulletin
Board.

Any Suggestions??

Mark Sreeves
Jun 22nd, 2000, 02:51 PM
You might need to parse the text from the memo field and replace carrige-return/line feeds with <BR> tags to make it display correctly.