Tuesday, February 23, 2010

Difference between Data Set and Data Binding?

DataSet store a copy of data from the database tables.

Data Binding is binding controls to data from databases. With data binding we can bind control to a particular column in a table from the database or we can bind the whole table to the data grid. Data binding provides simple, convenient, and powerful way to create a read/write link between the controls on a form and the data in their application. Generally, Dataset don’t maintain a current record that is displayed in bound controls.

No comments:

Post a Comment