Saved Bookmarks
| 1. |
What Is Data Binding? |
|
Answer» Data binding is a way used to CONNECT values from a COLLECTION of data (e.g. DataSet) to the controls on a web FORM. The values from the dataset are automatically displayed in the controls without having to write separate code to DISPLAY them. Data binding is a way used to connect values from a collection of data (e.g. DataSet) to the controls on a web form. The values from the dataset are automatically displayed in the controls without having to write separate code to display them. |
|