Tab Controls

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • OuTCasT
    Contributor
    • Jan 2008
    • 374

    Tab Controls

    I have a tabControl on my form, i know that when the page loads the tabs that are not selected at first only get created once u click on them and show there content. i have and ExtendedErrorCo ntrol to let the user know what values he is missing from what fields, now if i have entered all the information that i need and saved the data, close the form and then go back to the form and click save again it asks me for the information to be filled in on tab page 2.
    on page load i want to be able to just switch to the second tab and then back again to the 1st tab.....

    [CODE=vb]Descriptions.De scriptionTabCon trol.SelectedTa b = Descriptions.Ar eaDescription[/CODE]

    something like that or not ?
  • OuTCasT
    Contributor
    • Jan 2008
    • 374

    #2
    TabControl.Sele ctedTab = tabPage

    Comment

    Working...