HTML Controls[12]->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.

C# HtmlInputText1.aspx
Run Sample View Source

posted on 2007-05-14 10:35  改变热爱  阅读(188)  评论(0)    收藏  举报

导航