WorkflowPageBindFormDataToFields Method (DataSet, Boolean) |
Bind the form data to the right field properties.
Namespace:
WorkflowGen.My.Web.UI.WebForms
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax protected void BindFormDataToFields(
DataSet formData,
bool isPageDataBind
)
Protected Sub BindFormDataToFields (
formData As DataSet,
isPageDataBind As Boolean
)
Parameters
- formData
- Type: System.DataDataSet
The dataset to bind - isPageDataBind
- Type: SystemBoolean
Do Page.DataBind() before binding the form data to fields (true by default)
See Also