I don’t know if this is a right question, but i need to understand how it works.
I want to create CompositeControl with design time support, the GUI of the design time support is rendered CreateChildControls().
My question is: When i drop this control on aspx page, what is actually happening in the background for gui to appear on design view?
Does it executes CreateChildControls()?
Is it possible to debug the gui creation process?
The CreateChildControls will be called in design surface. You can debug your control simply.
%VSPath%\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe