Chapter 12. Data Binding with Windows Forms Controls
Topics in This Chapter
DataBinding Overview: Associating data with a control is easy on the surface; however, it is important to understand what's going on underneath. This section provides an overview of simple and complex data binding, one-way and two-way data binding, and the role of the
Binding
andBindingManagerBase
classes.A Data Binding Application: A Windows Forms application illustrates how to bind data in a
DataSet
andDataTable
to simple and complex controls.The DataGridView: The
DataGridView
introduced with .NET 2.0 has a rich set of features that enable it to display and manipulate relational data. Examples illustrate how to create a master-detail grid and a virtual mode grid.
Get Core C# and .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.