The HtmlTextArea control allows developers to program against the HTML <textarea>
element.
ASP+ Syntax
Required properties are noted in boldface type.
<textarea runat="server" id="programmaticID" cols="numberofcolsintextarea" name="namepassedtobrowser" rows="numberofrowsintextarea" onserverchange="onserverchangehandler" > textareacontent </textarea>
Tasks
See Also