The properties of System.Web.UI.PostBackOptions are listed below. For a list of all members, see the PostBackOptions Members list.
See Also: Inherited members from System.Object
ActionUrl | string.
Gets or sets the target URL for the postback of a Web Forms page. | |
Argument | string.
Gets or sets an optional argument that is transferred in the postback event. | |
AutoPostBack | bool.
Gets or sets a value that indicates whether the form will automatically post back to the server in response to a user action. | |
ClientSubmit | bool.
Gets or sets a value indicating whether the postback event should occur from client-side script. | |
PerformValidation | bool.
Gets or sets a value indicating whether client-side validation is required before the postback event occurs. | |
RequiresJavaScriptProtocol | bool.
Gets or sets a value indicating whether the javascript: prefix is generated for the client-side script. | |
[read-only] | TargetControl | Control.
Gets the control target that receives the postback event. |
TrackFocus | bool.
Gets or sets a value indicating whether the postback event should return the page to the current scroll position and return focus to the current control. | |
ValidationGroup | string.
Gets or sets the group of controls for which the System.Web.UI.PostBackOptions object causes validation when it posts back to the server. |