Hi All
I am using ultrawebtab for my application , it have three tabs , i want only first tab to be enabled at page load, after validating data in the first tab , user should be able to navigate to second tab on click of "next" button.
i had tried with "UltraWebTab1.Tabs[2].Visible = true;" nut no luck.
I have associated "key with the tab , but don't have any idea how to use it for tab qualification
please help
Saurabh
Hi,
You just need to set the index value for the selected tab:
this.UltraWebTab1.SelectedTabIndex = 2;
but how to check which tab is currently selected, based on that i want to navigate to next one