Scenario: Your application needs to retrieve data from a database and display it in a tabular format. Which ADO.NET control or component would be suitable for this purpose?
- DataGrid
- DataGridView
- ListBox
- TextBox
DataGridView is a versatile ADO.NET control used to display data in a tabular format. It provides features like sorting, filtering, and editing of data, making it suitable for displaying database query results in a tabular format within applications.
Loading...
Related Quiz
- When using Entity Framework, how can you handle concurrency conflicts when updating data?
- LINQ to Objects is primarily used for querying data from ___________.
- ADO.NET provides the ___________ event to customize conflict resolution logic.
- Exception handling in non-query command execution involves using ___________ to catch and handle errors.
- In Entity Framework, optimistic concurrency control helps prevent ___________ conflicts.