home HTML XML DTD CSS Visual Filter JavaScript Java ASP SSI .NET  
.NET Reference >
Suggested Reading

System.Web.UI.HtmlControls


tag/attrib/value description
HtmlAnchor   Allows programmatic access to the HTML tag on the server.
HtmlButton   Allows programmatic access to the HTML
HtmlContainerControl   Defines the methods, properties, and events available to all HTML server controls that must have a closing tag.
HtmlControl   Defines the methods, properties, and events common to all HTML server controls in the Web Forms page framework.
HtmlForm   Provides programmatic access to the HTML
element on the server.
HtmlGenericControl   Defines the methods, properties, and events for all HTML server control tags not represented by a specific .NET Framework class.
HtmlImage   Provides programmatic access for the HTML element on the server.
HtmlInputButton   Allows programmatic access to the HTML , , and elements on the server.
HtmlInputCheckBox   Allows programmatic access to the HTML element on the server.
HtmlInputControl   Serves as the abstract base class that defines the methods, properties, and events common to all HTML input controls, such as the , , and elements.
HtmlInputFile   Allows programmatic access to the HTML element on the server.
HtmlInputHidden   Allows programmatic access to the HTML element on the server.
HtmlInputImage   Allows programmatic access to the HTML element on the server.
HtmlInputRadioButton   Allows programmatic access to the HTML element on the server.
HtmlInputText   Allows programmatic access to the HTML and elements on the server.
HtmlSelect   Allows programmatic access to the HTML
HtmlTable   Allows programmatic access on the server to the HTML element. HTML element in an HtmlTable control.
HtmlTableCell   Represents the and HTML elements in an HtmlTableRow.
HtmlTableCellCollection   A collection of HtmlTableCell objects that represent the cells in a single row of an HtmlTable control. This class cannot be inherited.
HtmlTableRow   Represents the
HtmlTableRowCollection   A collection of HtmlTableRow objects that represent the rows of an HtmlTable control. This class cannot be inherited.
HtmlTextArea   Allows programmatic access to the