0
kicks
Getting the most out of .NET data binding
Data binding is a great way to work with data and UI controls, but there’s a lot more to it than just setting the DataSource property of a grid. The .NET framework provides interfaces and components that will let the framework do most of the work for you — as long as you set it up right.