System.Web.UI.HtmlControls.HtmlInputHidden.LoadPostData Method

Processes the postback data for the System.Web.UI.HtmlControls.HtmlInputHidden 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.HtmlInputHidden control's state has changed as a result of the postback; otherwise, false.

Remarks

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

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

Requirements

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