I need to create a composite page consisting of other pages in our system.
Is it possible for me to dynamically add iFrames to the page, each with its own src, pointing to different URLs that are defined on the fly? If so, is there a preferred method for this?
Otherwise, I need to reorganize other pages into user controls so that I can add them as needed.
source share