|
How to display a multi-line textbox and specify the height and width of the textbox?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET TextBox
In case we need to provide a textbox to the user where he/she can enter long content having many lines or paragraphs and want to specifiy the width and height of the textbox (it is called textarea in
html), we can use this approach.
|