Which object does the data-aware control bind to?
Answer:
The data-aware control bind to dataset. There are certain controls that function well with data binding, while manual input is needed for certain controls including TreeView and ListView. Often, users might want to take control of the operation, even though the controls support data binding.
To browse through a very large collection of data, you may have a control that includes partial data reads or just-in-time requests. In particular, an object supporting data-aware control binding is a dataset.