1 pièce(s) jointe(s)
noms des tabpanels dans tabcontainer
Bonjour
j'ai construit un simple tabcontainer
Code:
1 2 3 4 5
| <cc1:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="2">
<cc1:TabPanel runat="server" HeaderText="TabPanel1" ID="TabPanel1"></cc1:TabPanel>
<cc1:TabPanel ID="TabPanel2" runat="server" HeaderText="TabPanel2"></cc1:TabPanel>
<cc1:TabPanel ID="TabPanel3" runat="server" HeaderText="TabPanel3"></cc1:TabPanel>
</cc1:TabContainer> |
mais dans l'affichage , les noms des labels apparaissent avec une bonde blanche?
qq sait la cause?