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
Missed property runat="server" or in code use Request.Params["TextArea1"]
runat="server"
Request.Params["TextArea1"]