Chapter 8. Data Binding in Windows Forms

Data binding is the ability of a set of controls to automatically display data from an underlying DataSource with little or no code provided by the programmer. Data binding is normally connected with visual controls, but it does not have to be. It is possible to bind data to properties of nonvisual components as well. Data binding was introduced by Microsoft in Visual Basic 3.0. Prior to this there were Visual Basic custom controls (VBXs) that could be used to accomplish the same result. When data binding was introduced, it was considered revolutionary. Programmers could now create a fully active data-bound form without writing any code at all. This was an integral part of the rapid application development ...

Get ADO.NET Programming in Visual Basic™ .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.