Version

execute Method

Initiates an XmlHTTPRequest for the specified CallbackObject.
Syntax
ASP.NET Ajax Javascript (Specification) 
function execute( 
   callback : CallbackObject,
   queue : Boolean,
   async : Boolean,
   noIndicator : Boolean
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfControlCallbackManager.execute(CallbackObject,Boolean,Boolean,Boolean);

Parameters

callback
callback
queue
queue the request or not
async
whether the request will be Async (AJAX) or full
noIndicator
indicates if AjaxIndicator should be shown
See Also