The members of System.Web.UI.HtmlControls.HtmlInputText are listed below.
See Also: Inherited members from System.Web.UI.HtmlControls.HtmlInputControl
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. |
LoadPostData(string, System.Collections.Specialized.NameValueCollection)
| ||
override | OnPreRender(EventArgs)
| |
OnServerChange(EventArgs)
| ||
RaisePostDataChangedEvent()
| ||
override | Render(System.Web.UI.HtmlTextWriter)Documentation for this section has not yet been entered. | |
override | RenderAttributes(System.Web.UI.HtmlTextWriter)
|
ServerChange |
Occurs when the HtmlInputText.Value property is changed on the server. |
System.Web.UI.IPostBackDataHandler.LoadPostData |
Implements the System.Web.UI.IPostBackDataHandler.LoadPostData(string, System.Collections.Specialized.NameValueCollection) interface method by calling the HtmlInputText.LoadPostData(string, System.Collections.Specialized.NameValueCollection) method. | |
System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent |
Implements the System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent interface method by calling the HtmlInputText.RaisePostDataChangedEvent method. |