| Fields Constructor (Page, DataSet) | 
            Constructor which keep the page and get a list all the fields from the DataSet.
            
 
Namespace: WorkflowGen.My.Web.UI.WebFormsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic Fields(
	Page webpage,
	DataSet formData
)
Public Sub New ( 
	webpage As Page,
	formData As DataSet
)
Parameters
- webpage
 - Type: System.Web.UIPage
Page value - formData
 - Type: System.DataDataSet
DataSet which the first table correspond to fields name like formData 
RemarksList of supported WebControls: TextBox, RadioButtonList, 
            	CheckBoxList, DropDownList, ListBox. Also, the HtmlControl HtmlInputFile is supported
See Also