In data binding, the ___________ control is responsible for displaying data to the user.

  • TextBox
  • ListBox
  • DataGridView
  • DataGrid
The correct option is TextBox. In ADO.NET, data binding is a mechanism for synchronizing the data in your application's data sources with its user interface controls. TextBox controls are commonly used to display data to the user in Windows Forms applications, making them responsible for displaying data to the user in the context of data binding.
Add your answer
Loading...

Leave a comment

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