日期:2014-05-17 浏览次数:20479 次
<asp:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="0"
Width="100%" Height="30000px"
onactivetabchanged="TabContainer1_ActiveTabChanged">
<asp:TabPanel ID="TabPanel1" runat="server" HeaderText="TEST " Height="100%">
<ContentTemplate>
<iframe id="frame01" src="TEST.aspx" height="2500px" width="100%" frameborder="0" scrolling="no" ></iframe>
</ContentTemplate>
</asp:TabPanel>
</asp:TabContainer>