i am developing windows form based application. I am having a tab control with 3 pages.
In the first page, there is a combobox, based on the selection of combobox values, i have to show and the hide the other 2 pages.
i googled and found a solution of remove and add the page again.
But this solution is adding a new blank page wihout any controls, also if i chaged the combobox options and select a value again, it adding another blank page.
can u suggest me a solution to show/hide the tab pages based on the selection value of combobox.
Thanks in advance
In the first page, there is a combobox, based on the selection of combobox values, i have to show and the hide the other 2 pages.
i googled and found a solution of remove and add the page again.
But this solution is adding a new blank page wihout any controls, also if i chaged the combobox options and select a value again, it adding another blank page.
can u suggest me a solution to show/hide the tab pages based on the selection value of combobox.
Thanks in advance