I am using a tabcontrol, i want to remove a particular tab from the control. The value i have to do this in a string which i dynamically.
How to remove the tab from tabcontrol using a existing tab name which i have in a string ??
The problem i am facing is..
I tried to use tabcontrol1.tabpages.remove(tabpage name);
In the above syntax i need to pass the tabpage name, but i have the value in a string.