Chapter 30. Windows Forms Data Binding

IN BRIEF

In this section of the book, you have been learning about and experimenting with ADO.NET. You have seen how the DataSet works, including how relationships can be established between multiple tables within a single DataSet and how you can create strongly typed DataSets from XML schema information. If you've been reading the chapters in order, you have also seen how to combine a DataSet and a data adapter to a linked system that automatically pushes changes made to the DataSet back to the original data source through either stored procedures or SQL statements such as INSERT, UPDATE, and so on.

All of this is incredibly useful information, but it doesn't do anyone any good if the user never sees all ...

Get Microsoft® Visual C#® .NET 2003 Unleashed 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.