Click here to Skip to main content
16,014,591 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have one form on I have tab page with 5 tab
If I fill data on first tab and I click on save button it should automatically go to next tab
so I want to write a code after saved Successfully message box
Hint: I have class for all Tabs.
Posted
Comments
BillWoodruff 31-Jan-15 5:40am    
What have you tried so far ? What in your code is not working ?
Zakaria Jagral 31-Jan-15 5:42am    
what should I write after Message box ?
as I want to go on next tab

1 solution

tabControl1.SelectedTab = tabControl1.TabPages["Tab2"];
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900