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.
This is a method for callers to require a CSR list form Web Part to do a submit via post back.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub EnsureFormPostback
'Usage
Dim instance As ListFormWebPart
instance.EnsureFormPostback()
public void EnsureFormPostback()
Remarks
Call this method when your page has some custom OnSubmit server code that must be run.