I needed to make a set of drop downs where the possible values in one depend on the selected value in a previous one, something like:
The AJAX Control Toolkit has a great CascadingDropDownExtender to make this possible. But I learned a couple of things in the process.