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 or sets whether to send data to connected Web Parts when the page loads or is refreshed.
Namespace: Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Property SendDataOnPostback As Boolean
Get
Set
'Usage
Dim instance As BrowserFormWebPart
Dim value As Boolean
value = instance.SendDataOnPostback
instance.SendDataOnPostback = value
public bool SendDataOnPostback { get; set; }
Property Value
Type: System.Boolean
true if data is sent; otherwise false.
Remarks
The SendDataOnPostback property corresponds to the Send data to connected Web Parts when page loads setting in the InfoPath Form Web Part tool pane.