I\'m using a textarea control to allow the user to input text and then place that text into the body of an e-mail. In the code behind, what is the syntax for referencing the
You should reference the textarea ID and include the runat="server" attribute to the textarea
message.Body = TextArea1.Text;
What is test123?
test123