Hi,
I was wondering if .NET has a standard HTML parser.
I have a site with multiline textboxes. When i put this data into a database and display it later on the web, it does not replace the returnline character to html breaklines.
For now i just use a string replace command of all vbCr or vbCrLf to <BR>
