Which ADO.NET control is commonly used for displaying database records in a tabular format?
- ComboBox
- DataGridView
- ListBox
- TextBox
The DataGridView control in ADO.NET is commonly used for displaying database records in a tabular format. It provides a grid-like interface that can be easily populated with data from a database, allowing users to view and interact with the data in a structured manner.
Loading...
Related Quiz
- Which LINQ operator is commonly used to filter data in LINQ to Entities?
- What is the role of the "AsNoTracking" method in Entity Framework, and when is it useful?
- Explain the concept of "lazy loading" in Entity Framework and its impact on performance.
- Which method is used to execute a non-query command and retrieve the number of rows affected?
- Scenario: You are working with a dataset containing customer orders and order details in a hierarchical structure. How would you use DataRelations to retrieve order details for a specific customer's orders?