What is the correct event开发者_运维技巧/method in the ASP.NET life cycle to dynamically add Child Controls ?
I\'m extending the tellerick RadGrid control to give it an optional CustomSearchControl. protected override void CreateChildControls()
All of th开发者_Python百科e examples of ASP.NET composite controls always clear child controls as the first action within CreateChildControls. Why is this? As I understand it this method is always cal