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.
Comments