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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *