DataFormWebPart.ForceDataBind Method
Include Protected Members
Include Inherited Members
Forces the current control to perform the data binding.
Overload List
Name | Description | |
---|---|---|
ForceDataBind() | Forces the current control to perform the data binding, even if the control previously performed the data binding. | |
ForceDataBind(Boolean) | Forces the current control to perform the data binding, with the possibility of deferring the XSLT transform, even if the control previously performed the data binding. |
Top