| 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
)
Public Overridable Function GetResponse (
eventArgument As String,
callbackName As String
) As String
Parameters
- eventArgument
- Type: SystemString
Event argument. - callbackName
- Type: SystemString
Name of the callback that receives the data.
Return Value
Type:
StringControl data.
See Also