Dynamically created cascading dropdown lists
问题 This issue might be trivial for some but for the life of me, I cannot seem to figure it out. Setup: I have a dropdown ( DropDownList1 ) added at design time. DropDownList1 dynamically creates other dropdowns ( DDL1, DDL2, DDL3 ) at runtime based on the selected value. The dropdown list items is generated every postback as default values. Some of the dynamically created dropdowns ( DLL2, DDL3 ) are also cascading dropdowns wherein DDL3 data items are generated based on DDL2 selected item. I