User56700650 posted
I have created a very simple CompositeControl but for some reason some postbacks triggers Page_Load() then CreateChildControls() while other postbacks (seems to be every other) triggers CreateChildControls() then Page_Load().
Any ideas as to why this might be?