January 2006
Intermediate to advanced
736 pages
17h 55m
English
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. ...