Click or drag to resize

CheckBoxListLoadPostData Method

Processes posted data for the CheckBoxList control.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
protected override bool LoadPostData(
	string postDataKey,
	NameValueCollection postCollection
)

Parameters

postDataKey
Type: SystemString
The POST data key to process.
postCollection
Type: System.Collections.SpecializedNameValueCollection
Collection of POSTed values.

Return Value

Type: Boolean
Whether the value changed.
See Also