Manually Binding MM .NET Web Forms Controls
When you set the binding properties of an MM .NET Web Forms control, it automatically binds in response to state changes in the associated business object. However, there may be times, when you want to manually bind an MM .NET control. You can do this on any form derived from mmBusinessWebPage, by calling the page's BindControl method.
For example, in C#:
this.BindControl(this.grdOrders);And in VB .NET:
Me.BindControl(Me.grdOrders)
© (c) 2026 Oak Leaf Enterprises, Inc., 1996-2026 • Updated: 03/13/13
Comment or report problem with topic
