Posted on: 3/2/2015 5:01:29 PM | Views : 604

I have a web page which the user can type or paste in the body of an email.  This email will be saved to a .txt file.  When it is saved, I need it to keep the formatting (bullet list, indents, paragraphs, etc).  I need it to be like the following:
<p>This is the first paragraph of the email. </p>
<p>This is the second paragraph.  It may have:
            1.  First point
            2.  Second point </p>

Any idea what control I would use?  I currently have a text box with multiline set.  However, I do not have any way to put in the paragraph markers when it is saved.
Thanks for any help you can give.

Go to the complete details ...