System.Web.UI.HtmlControls.HtmlInputText Members

The members of System.Web.UI.HtmlControls.HtmlInputText are listed below.

See Also: Inherited members from System.Web.UI.HtmlControls.HtmlInputControl

Public Constructors

Initializes a new instance of the System.Web.UI.HtmlControls.HtmlInputText class using default values.

Initializes a new instance of the System.Web.UI.HtmlControls.HtmlInputText class using the specified input control type.

Public Properties

MaxLengthint.

Gets or sets the maximum number of characters that can be entered in the text box.

Sizeint.

Gets or sets the width of the text box.

override
Valuestring.

Gets or sets the contents of the text box.

Protected Methods

LoadPostData(string, System.Collections.Specialized.NameValueCollection) : bool

Processes the postback data for the System.Web.UI.HtmlControls.HtmlInputText control.

override
OnPreRender(EventArgs)

Raises the System.Web.UI.Control.PreRender event.

OnServerChange(EventArgs)

Raises the HtmlInputText.ServerChange event.

RaisePostDataChangedEvent()

Calls the HtmlInputText.OnServerChange(EventArgs) method to signal the System.Web.UI.HtmlControls.HtmlInputText control that the state of the control has changed.

override
Render(System.Web.UI.HtmlTextWriter)
Documentation for this section has not yet been entered.
override
RenderAttributes(System.Web.UI.HtmlTextWriter)

Renders the System.Web.UI.HtmlControls.HtmlInputText control's attributes to the specified System.Web.UI.HtmlTextWriter object.

Public Events

ServerChange

Occurs when the HtmlInputText.Value property is changed on the server.

Explicitly Implemented Interface Members