I have a TabControl 'tabcontrol1' which i am populating with 5 tab pages at runtime. Now, i also have another TabControl 'tabcontrol2', i want tabcontrol2(which has 2 of its own pages) to appear on each of the tabpages of 'tabcontrol1' which are created on execution.
Any suggestions

TabControl