The HtmlInputControl Class : HtmlInputControl « HTML Controls « ASP.NET Tutorial






properties are used for the <input> element. 

Property             Description

Type                 Provides the type of input control. 
                     For example, a control based on <input type="file">
                     would return file for the type property.
                     
Value                Returns the contents of the control as a string.








4.10.HtmlInputControl
4.10.1.The HtmlInputControl Class