Gets or sets the callback function string used to send a request to the serverside Map control.
Namespace:
ESRI.ADF.UI
Syntax
function get_callbackFunctionString () : String function set_callbackFunctionString (value : String) |
Remarks
Executing the callbackfunctionstring will either generate a partial postback or a callback to the server, depending on the current AJAX mode.
To perform a call to the servercontrol, use the [doCallback] method of this instance.