Click or drag to resize

RibbonBarRadioButtonLoadPostData Method

Processes postback data for the radio button.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public override bool LoadPostData(
	string postDataKey,
	NameValueCollection postCollection
)

Parameters

postDataKey
Type: SystemString
The key identifier for the radio button.
postCollection
Type: System.Collections.SpecializedNameValueCollection
The collection of all incoming name values.

Return Value

Type: Boolean
Remarks