![]() |
Sergey Kornilov admin 8/22/2003 |
John,
select
Response.Write Replace(GetData(rsData.Fields("FieldName"), ""), vbCrLf, "<br><br>")
|
R
|
rgke 7/19/2006 |
I am using SQL 2000, and have tried to use the second solution offered here. However, now my text is displayed as Line1<BR><BR>Line2<BR><BR> etc |
J
|
Jane 7/20/2006 |
Hi, |
R
|
rgke 7/20/2006 |
OK, that's fixed the <BR> visible problem. Now, is it possible to retain the replace code so that it does not lose it everytime I rebuild the pages? |
J
|
Jane 7/20/2006 |
All changes in the generated files are removed after rebuild. |