Converting simple text to HTML

  • Thread starter Thread starter Boris Zakharin
  • Start date Start date
B

Boris Zakharin

Is there a way to convert ASCII text entered into a textbox, for example,
into HTML so that newlines will be turned into <BR> tags or similar among
other things? The closest I've found is HttpUtility.HtmlEncode, but it
doesn't do the job.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top