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 need to use runat="server" like this:
runat="server"
You can use the runat=server attribute with any standard HTML element, and later use it from codebehind.