Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Composing a text with html

Status
Not open for further replies.

dgerdner

Programmer
Mar 30, 2005
41
0
0
US
I have a textbox on a webform in which the user can compose an email message. However, when I set my email's text attribute to textbox1.Text and send the email, it arrives without the carriage returns, linefeeds, or embedded HTML codes (such as links, etc).

Is there a control I can use other than TextBox for this? Or is there someway I can tell the TextBox to understand html, linefeeds, etc?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top