I need first to apologise for my potential ugly english I am currently working on a composite control, in this control, I would like to use a DropDownList with a dynamic datasource. For instance:
- The user choose the "itemPerPage" value through a TextBox.
- The TextBox fires the "TextChanged" event
- Then I rebuild the child control hierarchy through EnsureChildControls method.