| AjaxControlGetDataLoadScript Method (String, String, Boolean) |
Returns a script that registers a new sends a "Data load" request to the server.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax protected string GetDataLoadScript(
string callback,
string argument,
bool addScriptTags
)
Protected Function GetDataLoadScript (
callback As String,
argument As String,
addScriptTags As Boolean
) As String
Parameters
- callback
- Type: SystemString
Name of the callback function to be executed upon the completion of the request. - argument
- Type: SystemString
Request argument. - addScriptTags
- Type: SystemBoolean
Value indicating whether to add script tags.
Return Value
Type:
StringA script that registers a new sends a "Data load" request to the server.
Exceptions Remarks See Also