Share via


ListFormWebPart.EnsureFormPostback method

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.

See also

Reference

ListFormWebPart class

ListFormWebPart members

Microsoft.SharePoint.WebPartPages namespace