Click to See Complete Forum and Search --> : open tab page


elham
April 29th, 2009, 05:00 AM
Hi.
How can i open page of a specific tab when a condition achieved without click this tab using c#?

ozzy66
April 29th, 2009, 06:20 AM
tabCtrl.SelectedTab = tabCtrl.TabPages[<index_or_key>];