Click or drag to resize

DynamicCommandButtonLoadPostData Method

Extracts the CommandName of the invoked menu item and sets it on the button.

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

Parameters

postDataKey
Type: SystemString
This control's key into the postback name/value data.
postCollection
Type: System.Collections.SpecializedNameValueCollection
The name/value pairs posted back by the browser.

Return Value

Type: Boolean
True always.

Implements

IPostBackDataHandlerLoadPostData(String, NameValueCollection)
See Also