` and `` elements. In HTML, these elements are used to"> ` and `` elements. In HTML, these elements are used to" />
Easy Tutorial
❮ Met Websecurity Iscurrentuser Prop Webcontrol Standard Height ❯

ASP.NET HtmlInputText Control



Definition and Usage

The HtmlInputText control is used to control <input type="text"> and <input type="password"> elements. In HTML, these elements are used to create text fields and password fields.


Properties

Property Description
Attributes Returns all attribute name and value pairs of the element.
Disabled Boolean value indicating whether the control is disabled. Default is false.
id The unique id of the element.
MaxLength The maximum number of characters allowed in the element.
Name The name of the element.
runat Specifies that the control is a server control. Must be set to "server".
Size The width of the element.
Style Sets or returns the CSS properties applied to the control.
TagName Returns the tag name of the element.
Type The type of the element.
Value The value of the element.
Visible Boolean value indicating whether the control is visible.

Example

HTMLInputText


❮ Met Websecurity Iscurrentuser Prop Webcontrol Standard Height ❯