AjaxSettings Class Members
In This Topic
The following tables list the members exposed by AjaxSettings.
Public Constructors
Public Properties
| Name | Description |
 | Async | Determines whether to use asynchronous calls. If you need synchronous requests, set this option to false. |
 | Cache | If set to false, it will force requested pages not to be cached by the browser. |
 | Global | Whether to trigger global Ajax event handlers for this request. |
 | Password | A password to be used in response to an HTTP access authentication request. |
 | Timeout | Set a local timeout (in milliseconds) for the request. |
 | Traditional | Set this to true if you wish to use the traditional style of param serialization. |
 | UserName | A username to be used in response to an HTTP access authentication request. |
Top
See Also