The master page of my site contains a Delegate Control with ControlId "SomeId". There is a feature which contains an elements.xml which contains a control which targets this ControlId.
I want to display additional elements in the same controlId. I read that the control with the least sequence number gets displayed. If I use the same sequence number, will both the controls be displayed. if not, which is the best approach, do I have to modify the ascx file of the first control?