Ado. Net Part 2 Data Binding of Form Controls, Connected Vs Disconnected Architecture Presented by
Ado. Net Part 2 Data Binding of Form Controls, Connected Vs Disconnected Architecture Presented by
PRESENTED BY
HAMZA MALIK
KAINAT PARVEEN
MAHNOOR FATIMA
AHMED IFTEKHAR
1
Data Binding In Windows Forms, you can bind to not
just traditional data sources, but also to
and Windows almost any structure that contains data.
Forms You can bind to an array of values that
you calculate at run time, read from a file,
or derive from the values of other
controls.
You might use binding to perform the
following tasks:
• Setting the graphic of an image control.
• Setting the background colour of one or
more controls.
• Setting the size of controls.
2
Data Binding Types of Data Binding
ARCHITECTURE:-
Disconnected architecture refers to the mode of architecture in Ado.net where the
connectivity between the database and application is not maintained for the full time.
Connectivity within this mode is established only to read the data from the database and
finally to update the data within the database.
DataAdapter in Disconnected 10
Architecture:-