data binding - unit 4
data binding - unit 4
DataBinding is a powerful feature provided by the .NET Framework that enables visual elements
such as TextBox, Datagrid, etc in a client to connect to a datasource such
as DataSets, DataViews, Arrays, etc. A two-way connection is established such that any changes
made to the datasource are reflected immediately in the visual element and vice versa.
Below is a graphical description of the concept of databinding:
The .NET Framework provides a very flexible and powerful approach to databinding and allows the
programmer to have a fine control over the steps involved in the whole process
Dataflow during DataBinding: