Click or drag to resize

AjaxControlGetResponse Method

Causes the control to load its data and returns the JavaScript code block that contains control data.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public virtual string GetResponse(
	string eventArgument,
	string callbackName
)

Parameters

eventArgument
Type: SystemString
Event argument.
callbackName
Type: SystemString
Name of the callback that receives the data.

Return Value

Type: String
Control data.
See Also