1
vote
Using the same asp panel in multiple tabs
Make the panel a user control and then drop the user control in each tab panel.
<TabContainer>
<tabPanel1>
<contentTemplate>
<uc1:MyControl id="myCo …
