System.Web.UI.HtmlControls.HtmlInputCheckBox.LoadPostData Method

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

Remarks

This method is primarily of interest to custom control developers extending the functionality of the System.Web.UI.HtmlControls.HtmlInputCheckBox control.

Requirements

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