Which ADO.NET control is commonly used for data binding in Windows Forms applications?
- ComboBox
- DataGridView
- ListBox
- TextBox
The DataGridView control is extensively used for data binding in Windows Forms applications. It provides a powerful and flexible way to display and manipulate tabular data, offering features such as sorting, filtering, and editing. With its rich functionality, the DataGridView control simplifies the process of presenting data from a data source to users in a structured format.
Loading...
Related Quiz
- A stored procedure is a precompiled ___________ of SQL statements.
- Scenario: You are developing an application that needs to query a list of customer objects stored in memory. Which LINQ technology would you choose for this task?
- What is the purpose of the SaveChanges method in Entity Framework when updating data?
- The ExecuteNonQuery method of a command object is typically used for executing _______ SQL commands.
- Which ADO.NET method is used to add parameters to a SqlCommand object?