0
kicks
ParseChildren, PersistChildren and PersistenceMode.InnerProperty
An excellent explanation of how to use the ParseChildren and PersistChildren attributes to create controls that can persist their child tags. Children can either be added to the control's control collection or to a property of your choice. For example that's how the items in a DropDownList work.