Description of HtmlTextArea Control :
This is an useful web based tutorial which gives you more tips regarding the HtmlTextArea control. This control is used to create scrollable text box control in the web pages which is used for getting the mutliline text information. You can set the height and width of this control using the Rows and Cols property. The author shows how to display the input of the HtmlTextArea Control in the screen with a sample program.