Gets or sets a value that indicates whether the form will automatically post back to the server in response to a user action.
Documentation for this section has not yet been entered.
You can use the PostBackOptions.AutoPostBack property to indicate that a Web Forms page should automatically post back to the server in response to a user action such as selecting an item from a drop-down list. The JavaScript setTimeout method is used with the _doPostBack method to ensure that the user action completes before the postback occurs.