Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
execute Method
Initiates an XmlHTTPRequest for the specified CallbackObject.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function execute(
: CallbackObject,
: Boolean,
: Boolean,
: 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