In classic ASP, I was able to use this VB code to find carriage returns in SQL query results and add them as Line Breaks to displayed text.
<% Dim Notes
Notes = escape(WorkOrderDetails.Fields.Item("note_text").Value)
Notes = Replace(Notes, "%0D", "<br>")
Notes = unescape(Notes) %>
<td...
Hello,
I am really new to vb.net and programming in general. I am wondering if someone can show me how to do this.
I have a text file called for example... mytestfile.txt
it looks like this:
NUMBER....NAME.............................SECOND NAME
======= ====================...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.