In ADO.NET, what is the purpose of the DataGrid control in the context of data binding?

  • Binding data to UI controls
  • Displaying data in a tabular format
  • Executing SQL queries
  • Retrieving data from a database
The DataGrid control in ADO.NET is primarily used for displaying data in a tabular format. It allows users to view data retrieved from a data source, such as a database, in a structured grid layout. This makes it easier for users to visualize and interact with the data.
Add your answer
Loading...

Leave a comment

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