HtmlInputText Object— <input> Element

This displays an input box control that can be edited. This control also enables you to mask data entry with asterisks (*), so you can conceal password text. Table D.3 lists the properties of the HtmlInputText object, and Table D.4 lists the method.

Table D.3. Properties of the HtmlInputText Object
Property Description
ID Gets or sets the ID (identifier) of the HtmlInputText control.
MaxLength Gets or sets the maximum number of characters that can be typed by the user into the text box control.
Size Gets or sets the size of a text box control, in characters.
Value Gets or sets the contents of a text box control.
Disabled Gets or sets a value that indicates whether the Disabled attribute is included when ...

Get Inside ASP.NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.