asp.net.ph

HtmlInputText Constructor ( )

System.Web.UI.HtmlControls Namespace   HtmlInputText Class


Initializes a new instance of an HtmlInputText class using default values.

[ VB ]
Overloads Public Sub New ( )

[ C# ]
public HtmlInputText ( );

[ C++ ]
public: HtmlInputText ( );

[ JScript ]
public function HtmlInputText ( );

Remarks

Use this constructor to create and initialize a new instance of the HtmlInputText class using default values.

This constructor creates a text type text box control.

Example

The below code shows how to create a new instance of an HtmlInputText class using default values.

HtmlInputText myControl = new HtmlInputText ( );
  C# VB

See Also

HtmlInputText Members   HtmlInputText Constructor Overload List Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph