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

Leave a comment

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