|
The HtmlInputText control is a single-line input control that lets the user enter text. HtmlInputText
supports two behaviors. If Type is Text, HtmlInputText operates as a standard text box. If Type is
Password, the user's input is masked by the "*" character to keep it private.
The following sample illustrates using the HtmlInputText control in both Text and Password modes.
VB HtmlInputText1.aspx
|