The
properties
of System.Web.UI.HtmlControls.HtmlInputText are listed below. For a list of all members, see the HtmlInputText Members list.
See Also: Inherited members from System.Web.UI.HtmlControls.HtmlInputControl
Public Properties
| MaxLength | int.
Gets or sets the maximum number of characters that can be entered in the text box.
|
| Size | int.
Gets or sets the width of the text box.
|
override | Value | string.
Gets or sets the contents of the text box.
|