Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TabControl
Message
General information
Forum:
ASP.NET
Category:
Forms
Title:
Miscellaneous
Thread ID:
00929568
Message ID:
00929744
Views:
9
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform