1 type derived from HtmlInputText
System.Web (1)
UI\HtmlControls\HtmlInputPassword.cs (1)
39public class HtmlInputPassword : HtmlInputText, IPostBackDataHandler {
1 reference to HtmlInputText
System.Web (1)
UI\HTMLTagNameToTypeMapper.cs (1)
61t.Add("text", typeof(HtmlInputText));