System.Web.UI.HtmlControls.HtmlInputText.LoadPostData Method

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

Syntax

protected virtual bool LoadPostData (string postDataKey, System.Collections.Specialized.NameValueCollection postCollection)

Parameters

postDataKey
The key identifier for the control.
postCollection
The collection of all incoming name values.

Returns

true if the System.Web.UI.HtmlControls.HtmlInputText control's state has changed as a result of the postback; otherwise, false.

Remarks

The HtmlInputText.LoadPostData(string, System.Collections.Specialized.NameValueCollection) method checks to see whether the postback value of the System.Web.UI.HtmlControls.HtmlInputText control is different from its previous value, and if so, returns true.

The HtmlInputText.LoadPostData(string, System.Collections.Specialized.NameValueCollection) method is used primarily by control developers extending the functionality of the System.Web.UI.HtmlControls.HtmlInputText control.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0