Using C# to recursively get a collection of controls from a controlcollection
Currently I am trying to extract a collection of dynamically created controls (checkboxes and dropdownlists) from a recursive control collection (repeater). This is the code I am using.