DataFormWebPart.ForceDataBind method
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