The ___________ property of a data-bound control specifies the source of data for binding.
- DataBinding
- DataBindingSource
- DataControlSource
- DataSource
The DataSource property of a data-bound control specifies the source of data for binding, allowing the control to display data retrieved from the specified data source.
Loading...
Related Quiz
- Which method is used to create a DataView from a DataTable in ADO.NET?
- ADO.NET provides mechanisms to automatically ___________ and ___________ connections when they are no longer needed.
- What is the primary benefit of using LINQ in C#?
- Entity Framework supports different query execution modes, such as _______ and _______.
- What is the difference between LINQ to SQL and LINQ to Entities?