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