Data Binding Web Forms Data Grids
The MM .NET Web Forms Data Grid control (mmDataGrid) implements the ImmWebBinding and ImmWebBindingDataGrid interfaces which possess the following custom binding properties:

- 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. This can be in the format:
- (Empty)
- DataTableName
- DataTableName.DataViewName
If this property is empty, it specifies the control is bound to the default DataTable of the business object's default DataSet.A one-part name indicates the control is bound to the specified DataTable of the business object's default DataSet
A two-part name indicates the control is bound to a DataView belonging to the specified DataTable. If the second part of the name is "DefaultView", then the control is bound to the default view of the DataTable. Otherwise, the second part of the name specifies the name of a custom DataView. To use a custom DataView, 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
