V
VJ
I have a Tab Control with 2 Pages, on windows form. I want to be able to
hide a tab page based on certain condition when the Form loads. I have tried
to set the Page.Visible to false, it does not work. I even tried
Page.Enabled property and set it to False..to see if the tab page is
disabled, it does not work.
I debugged the code, and the execution passes through the line were I am
trying to set the property, it goes through with no errors or exceptions..
What's happening here ?
VJ
hide a tab page based on certain condition when the Form loads. I have tried
to set the Page.Visible to false, it does not work. I even tried
Page.Enabled property and set it to False..to see if the tab page is
disabled, it does not work.
I debugged the code, and the execution passes through the line were I am
trying to set the property, it goes through with no errors or exceptions..
What's happening here ?
VJ