Data binding in ADO.NET allows you to connect what to a user interface?

  • Database records
  • SQL queries
  • Stored procedures
  • User interface controls
Data binding in ADO.NET enables the connection of user interface controls, such as textboxes, labels, and datagrids, to database records. This linkage allows for automatic synchronization of data between the database and the user interface, simplifying data presentation and manipulation tasks within the application.
Add your answer
Loading...

Leave a comment

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