HtmlInputControl Hierarchy

The following table lists the classes derived from System.Web.UI.HtmlControls.HtmlInputControl .

Derived Classes

Class Description
System.Web.UI.HtmlControls.HtmlInputButton Allows programmatic access to the HTML <input type= button>, <input type= submit>, and <input type= reset> elements on the server.
System.Web.UI.HtmlControls.HtmlInputCheckBox Allows programmatic access to the HTML <input type= checkbox> element on the server.
System.Web.UI.HtmlControls.HtmlInputFile Allows programmatic access to the HTML <input type= file> element on the server.
System.Web.UI.HtmlControls.HtmlInputHidden Allows programmatic access to the HTML <input type=hidden> element on the server.
System.Web.UI.HtmlControls.HtmlInputImage Allows programmatic access to the HTML <input type= image> element on the server.
System.Web.UI.HtmlControls.HtmlInputRadioButton Allows programmatic access to the HTML <input type= radio> element on the server.
System.Web.UI.HtmlControls.HtmlInputText Allows programmatic access to the HTML <input type= text> and <input type= password> elements on the server.

See Also

Reference

HtmlInputControl Class
HtmlInputControl Members
System.Web.UI.HtmlControls Namespace
HtmlInputText
HtmlInputButton Class
HtmlInputRadioButton
HtmlInputCheckBox Class
HtmlInputImage
HtmlInputHidden
HtmlInputFile