|
The HtmlTextArea control is a multiline input control that lets the user enter text. The display
width of HtmlTextArea is determined by its Cols property, and the display height is determined
by the Rows property.
The following sample illustrates using the HtmlTextArea control.
C# HtmlTextArea1.aspx
|