Article: Simple UI Binding
This release is archived. A newer version may be available.
Release Notes
It's a common need in developing software to change control values based on data from a database or a property on an object. For example, choosing a customer name in a ListBox and filling in all their details into some form controls. You might first begin
by implementing code in OnSelectedIndexChanged events, OnTextChanged events, etc. I will cover how to create a totally dynamic data-driven interface without using any UI logic at all.
PDF of article is included.