Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Event call to switch pages in a WIN Form.
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00931289
Message ID:
00931292
Views:
17
Stephen,

Are you referring to tab pages in a tab control? If so, you need to set the 'SelectedTab' property...

this.tabControl1.SelectedTab = this.tabPage2; // or whatever tab page you need to go to

Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform