November 2004 - Posts

Master detail combo boxes in windows forms

An application I was working on today required two comboboxes to be linked as parent and child (master and slave). Changing the selection on the first combobox needed to cause the second box to provide choices from a child table. For example, the first Read More...