Turns out that Microsoft's data-binding magic in asp.net totally chokes if you put cascading dropdown lists inside a bound templated control (i.e. use cascaded dropdowns for individual data fields within something bound to the whole record they're part of).
[Update] Here's a workaround: for those dropdowns that have to cascade, replace
(
Read more... )