TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
David Smith
NA
2k
0
Tab Control Pages
Oct 6 2017 1:21 PM
How to Hide Tabcontrol Pages and Show TabControl pages? For some reason after I hide and show the first time. I can not show and hide no more. Can someone explain. I have a button for showing and hiding at anytime
Hide
tpDiagnostics.Hide();
tpProjectDiagnostics.Hide();
tabControl2.TabPages.Remove(tpDiagnostics);
tabControl2.TabPages.Remove(tpProjectDiagnostics);
Show
tpDiagnostics.Show();
tpProjectDiagnostics.Show();
tabControl2.TabPages.Insert(1, tpDiagnostics);
tabControl2.TabPages.Remove(2, tpProjectDiagnostics);
Reply
Answers (
1
)
How to call a c# method using angularJS
Maximum number of occurence digits from given string