- Textbox can be used to enter multiline text as HTML TEXTAREA also.
- To do this, we need to change the following properties of the textbox control:
- Accepts Return - Enable this to accept return characters (enter) as input
- Multiline - Set this to true to make the control accept multiline input.
- ScrollBars - Enable this to display scrollbars in your multiline textbox.
- WordWrap - Enable this to wordwrap your multi line inpit.