These tutorials demonstrate selected features in ASP.NET version 2.0, but they are compatible with later versions of ASP.NET as well. For the current documentation, see the ASP.NET portal on the MSDN Web site.

 

 

   Welcome   |   ASP.NET   |   Web Services   |   Class Browser   
  |   I want my samples in...      

ASP.NET Quickstart Tutorials

HtmlInputText

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
Run Sample View Source