Showing posts with label data binding. Show all posts
Showing posts with label data binding. Show all posts

Wednesday, 15 October 2008

.NET Data Binding Architecture

BindingSource
BindingNavigator

The Data Binding Idiom is a Good One.

But let's say I have a dozen controls all on one form, each with different binding requirements. How scalable is this metaphor? Do I create new BindingSources for each one?