Click or drag to resize

EAPDropDownListAmendableLoadPostData Method

Load the posted-back data ourselves. This allows us to dynamically add values.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected bool AmendableLoadPostData(
	string postDataKey,
	NameValueCollection postCollection
)

Parameters

postDataKey
Type: SystemString
The id of the item in the post-back value collection.
postCollection
Type: System.Collections.SpecializedNameValueCollection
The collection of values posted back from the client.

Return Value

Type: Boolean
True if value changed, else false.
See Also