Navigation Between TabView using code Behind #757
Answered
by
enisn
faizkhan005
asked this question in
Q&A
-
Hi, I Have a requirement where I need to navigate between tabs based on a button press. is there a way I can navigate between tabs ? |
Beta Was this translation helpful? Give feedback.
Answered by
enisn
Sep 19, 2024
Replies: 1 comment 1 reply
-
You can do something like that: tabView.SelectedTab = tabView.Items[2]; |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
faizkhan005
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do something like that: