Hello every one. How can i get the name of selected Tabpage? Thanks.
+2
A:
You can access the name through the tab control which contains the tab page.
string name = tabControl1.SelectedTab.Name;
Lewray
2010-08-23 07:57:01
+1 because you were earlier :)
Abel
2010-08-23 08:01:14