Data Binding Simple Bound Web Forms Controls
Simple bound MM .NET Web Forms user interface controls implement the ImmWebBinding and ImmWebBindingSimple interfaces, which possess the following custom binding properties:

- BindingProperty - Name of the user interface property to data bind (for example, Text)
- BindingSource - Name of the binding source business object. You can use the MM .NET Binding Source Selection dialog to set this property.
- BindingSourceMember - Name of the business object data source member to bind to. You can use the MM .NET Binding Source Member Selection dialog to easily set this property.
This can be in the format:
- FieldName
- DataTableName.FieldName
- DataTableName.DataViewName.FieldName
If you have a one-part name, it specifies the field name of the business object's default DataSet.If you have a two-part name, it specifies the DataTable and field of the business object's default DataSet
If you have a three-part name, it specifies the control is bound to the field of a DataView belonging to the specified DataTable of the business object's default DataSet. If the name of the view is "DefaultView", then the control is bound to the default view of the DataTable. To use anything other than the DefaultView, the associated DataSet must be an mmDataSet.
- BindingType - Specifies the type of binding to be applied to the control:
- None
- OneWay
- TwoWay
- None
See also:
Data Binding MM .NET Web Forms Controls
© (c) 2026 Oak Leaf Enterprises, Inc., 1996-2026 • Updated: 04/13/17
Comment or report problem with topic
