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

I have developed windows application with c# code, I was added tab control tool, in that tab control i was added three pages (3 tabs), i want to navigate the text box value in another tab page. How to Passing Data Between tab controls?


Ex: 1st tab name is Page1 and Second Tab name is Page 2

I was entered value in text box. That text box value should be navigate to another tab while clicking the "next" button.



Thanks and Regards,
Murali
Posted

1 solution

Tabs are a suitable tool for grouping and organizing controls on a form. They can help de-clutter a busy form.

You don't have to do anything special to pass data between controls on different tabs, as they're all on the same form.

Refer this[^].


-Amit
 
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