Fields Constructor (Page, DataSet, String) |
Constructor which keep the page and get a list all the fields from the DataSet.
Namespace:
WorkflowGen.My.Web.UI.WebForms
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public Fields(
Page webpage,
DataSet formData,
string defaultTableName
)
Public Sub New (
webpage As Page,
formData As DataSet,
defaultTableName As String
)
Parameters
- webpage
- Type: System.Web.UIPage
Page value - formData
- Type: System.DataDataSet
DataSet which the first table correspond to fields name like formData - defaultTableName
- Type: SystemString
The parameters table name (usually Table1)
Remarks List of supported WebControls: TextBox, RadioButtonList,
CheckBoxList, DropDownList, ListBox. Also, the HtmlControl HtmlInputFile is supported
See Also