Try OpenEdge Now
skip to main content
GUI for .NET Programming
Binding ABL Data to .NET Controls : Understanding the ProBindingSource : Data binding examples
 

Data binding examples

The following sections show basic examples of using the ProBindingSource to bind to various ABL data source objects.
Note: To bind a ProBindingSource to a .NET control, the .NET control must support data binding. There are several approaches by which a control might accomplish data binding. Two common approaches are using either a DataSource or a DataBindings property. Consult the documentation for your controls to see how they support data binding.
* Query binding example
* Buffer binding example
* ProDataSet binding example