Sample Solutions
A collection of various sample programs or code snippets that are standalone or part of articles/tutorials.
Article: Simple UI Binding (Version: 1.0)
Download Article: Simple UI Binding, v1.0This release is archived. Visit the project page for a newer release.
- Release Date
- 5/1/2009 3:48 PM
- Downloads
- 217
Description
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.