System.Web.UI.PostBackOptions: Property Members

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

Public Properties

ActionUrlstring.

Gets or sets the target URL for the postback of a Web Forms page.

Argumentstring.

Gets or sets an optional argument that is transferred in the postback event.

AutoPostBackbool.

Gets or sets a value that indicates whether the form will automatically post back to the server in response to a user action.

ClientSubmitbool.

Gets or sets a value indicating whether the postback event should occur from client-side script.

PerformValidationbool.

Gets or sets a value indicating whether client-side validation is required before the postback event occurs.

RequiresJavaScriptProtocolbool.

Gets or sets a value indicating whether the javascript: prefix is generated for the client-side script.

[read-only]
TargetControlControl.

Gets the control target that receives the postback event.

TrackFocusbool.

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.

ValidationGroupstring.

Gets or sets the group of controls for which the System.Web.UI.PostBackOptions object causes validation when it posts back to the server.