Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TabControl
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Titre:
Divers
Thread ID:
00929568
Message ID:
00929744
Vues:
8
Thanks Kevin that did the trick.



>You can do the following. Here's a sample that will set the tab page for each page in the tabcontrol...
>
>
>int nCtr = 1;
>foreach(TabPage tt in this.tabControl1.Controls)
>{
>	tt.Text = "this is tab " + nCtr.ToString().Trim();
>	nCtr++;
>}
>
>
>Kevin
Semper ubi sub ubi.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform