Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: how to retain line breaks in text committed to DB


Message #1 by "Wrox" <wrox@s...> on Thu, 18 Apr 2002 20:19:25 -0400
We are collecting information online and when I submit the text to the
access db all linebreaks are removed and when the text is displayed the text
runs on without linebreaks. Someone recently mentioned that cold fusion has
a paragraphformat tag. Is there something similar in ASP?

Message #2 by "Ken Schaefer" <ken@a...> on Fri, 19 Apr 2002 12:37:16 +1000
Replace vbCrLf with <br>

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Wrox" <wrox@s...>
Subject: [access_asp] how to retain line breaks in text committed to DB


: We are collecting information online and when I submit the text to the
: access db all linebreaks are removed and when the text is displayed the
text
: runs on without linebreaks. Someone recently mentioned that cold fusion
has
: a paragraphformat tag. Is there something similar in ASP?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


  Return to Index