3. Introducing Data Binding in Windows Forms

The previous chapter showed you how to define and use typed data sets and table adapters for getting data into your Windows Forms application. Now we’ll get into the details of data binding to give you a solid foundation for understanding the rest of the material in the book.

In the past, developers often had to write a lot of custom code to present data and to take user input and put it into an underlying data source. At some point people realized it would make a lot more sense to encapsulate that functionality within the user interface framework, and automatic data binding was born. This chapter gives a quick introduction on how to bind sources of data to user interface controls in Windows Forms. ...

Get Data Binding with Windows Forms 2.0: Programming Smart Client Data Applications with .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.