I created one xtratab control.I created two tab pages in that named entry and reports. I created one more windows form and in that I created menu. in that menu I created two option bars name entry and report. when I click on entry in menu than that xtra tab page should come with entry tab selected. If I click on report in menu than that xtratab report page should open.
I searched in net but they told how to specify tab page in form while form is loading like Tab.SelectedTabPage = xtraTabPage2;
But this is not suitable for my condition.