Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that indicates whether the data of BaseFieldControl might have changed as a result of the last postback.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Overridable ReadOnly Property HasPostBackEditData As Boolean
Get
'Usage
Dim value As Boolean
value = Me.HasPostBackEditData
protected virtual bool HasPostBackEditData { get; }
Type: System.Boolean
true if the value of the field might have changed; otherwise, false.
With the default implementation, HasPostBackEditData is true if the control mode of the BaseFieldControl before the last postback was New or Edit.
Please sign in to use this experience.
Sign in