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