|
The TextBox control enables the user to enter text. By default, the TextMode
of TextBox is SingleLine, but you can modify the behavior of TextBox by setting the TextMode to Password or MultiLine.
The display width of TextBox is determined by its Columns property. If TextMode is MutliLine, the
display height of TextBox is determined by the Rows property.
The following sample illustrates using the TextBox control.
VB TextBox1.aspx
|