The following tables list the members exposed by ControlCallbackManager.
Name | Description | |
---|---|---|
![]() | ControlCallbackManager Constructor |
Name | Description | |
---|---|---|
![]() | createCallbackObject | Creates a new CallbackObject for the control. |
![]() | dispose | for internal use only |
![]() | execute | Initiates an XmlHTTPRequest for the specified CallbackObject. |
![]() | getAsync | Get/Sets whether or not the Callback should be Async. The Default is true. |
![]() | getHttpVerb | Get/Sets the HTTP Verb for the Callback. The Default is "Post" |
![]() | getTimeout | Get/Sets the amount of time (in ms) that is allowed to pass before failing the Callback. The default is 20000 |
![]() | getUrl | Get/Sets the url for the Callback. The default is the current form's action. |
![]() | setAsync | |
![]() | setHttpVerb | |
![]() | setResponseComplete | |
![]() | setTimeout | |
![]() | setUrl |