System.Web.UI.PostBackOptions Members

The members of System.Web.UI.PostBackOptions are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.UI.PostBackOptions class with the specified target control data.

Initializes a new instance of the System.Web.UI.PostBackOptions class with the specified target control and argument data.

Initializes a new instance of the System.Web.UI.PostBackOptions class with the specified values for the instance's properties.

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.