System.Web.UI.HtmlControls.HtmlInputRadioButton.LoadPostData Method

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

Remarks

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

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

Requirements

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