Bonjour
j'ai construit un simple tabcontainer
mais dans l'affichage , les noms des labels apparaissent avec une bonde blanche?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
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>
qq sait la cause?
Partager