.NET Framework Class Library
PostBackOptions Members

Specifies how client-side JavaScript is generated to initiate a postback event.

The PostBackOptions type exposes the following members.

Constructors

  NameDescription
Public methodPostBackOptionsOverloaded. Initializes a new instance of the PostBackOptions class.
Top
Methods

  NameDescription
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyActionUrlGets or sets the target URL for the postback of a Web Forms page.
Public propertyArgumentGets or sets an optional argument that is transferred in the postback event.
Public propertyAutoPostBackGets or sets a value that indicates whether the form will automatically post back to the server in response to a user action.
Public propertyClientSubmitGets or sets a value indicating whether the postback event should occur from client-side script.
Public propertyPerformValidationGets or sets a value indicating whether client-side validation is required before the postback event occurs.
Public propertyRequiresJavaScriptProtocolGets or sets a value indicating whether the javascript: prefix is generated for the client-side script.
Public propertyTargetControlGets the control target that receives the postback event.
Public propertyTrackFocusGets 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.
Public propertyValidationGroupGets or sets the group of controls for which the PostBackOptions object causes validation when it posts back to the server.
Top
See Also

Reference

Tags :


Page view tracker