I am trying to retrieve data from a memo field in an access db to format into an html page. My problem is I need to replace the end of line characters with <BR> tags. When I view the source code of the resultant html page the hard returns are there, so I know they are coming out of the db.<br>
I am more familiar with PHP than ASP and in PHP I simply do a replace "\n" with "<br>". How is this done in ASP?<br>
<br>
Thanks
I am more familiar with PHP than ASP and in PHP I simply do a replace "\n" with "<br>". How is this done in ASP?<br>
<br>
Thanks