My question is regarding the delegate control AdditionalPageHead, as we know it allows multple controls to be loaded.
My questions are:
- How to add multiple controls?
- I want that the different controls are activated by different future.
Example: I have first.ascx which is deployed with site scoped feature1 and i have a second.ascx which is deployed with site scope feature2.
Is it possible so that the second.ascx is added to the first.ascx or the other way around?
