PostBackOptions Properties
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | ActionUrl | Gets or sets the target URL for the postback of a Web Forms page. |
![]() | Argument | Gets or sets an optional argument that is transferred in the postback event. |
![]() | AutoPostBack | Gets or sets a value that indicates whether the form will automatically post back to the server in response to a user action. |
![]() | ClientSubmit | Gets or sets a value indicating whether the postback event should occur from client-side script. |
![]() | PerformValidation | Gets or sets a value indicating whether client-side validation is required before the postback event occurs. |
![]() | RequiresJavaScriptProtocol | Gets or sets a value indicating whether the javascript: prefix is generated for the client-side script. |
![]() | TargetControl | Gets the control target that receives the postback event. |
![]() | TrackFocus | 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 | Gets or sets the group of controls for which the PostBackOptions object causes validation when it posts back to the server. |
