Hi,
We have a module with different user controls with their definitions.After that we created different pages and added this module on these pages (one page for each control). Then we removed all the controls except only one that we want to show for the specific page.It means we have single page for each user control and navigation between these is being done through TABIDs.Since we have multiple pages each corresponding to one specific controls we have multiple TABIDs.Now we want that we should have single tab id for navivigation inside the Module.For this what we did that Creted a new module, For single definition we added multiple controls by Clicking 'Add Control' link.We speicfied Key Name to the each control except for one control that needs to be displayed by default.and navigation between the pages is managed through EditURL functionPlease let me know the merits and demerits of this approach.|i'll welcome any alternative approach too.