WorkflowPageBindFormDataToFields Method (DataSet) |
Bind the form data to the right field properties.
Namespace:
WorkflowGen.My.Web.UI.WebForms
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.2.6.0 (9.2.6.20250404)
Syntaxprotected void BindFormDataToFields(
DataSet formData
)
Protected Sub BindFormDataToFields (
formData As DataSet
)
Parameters
- formData
- Type: System.DataDataSet
The dataset to bind
See Also