Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
380
WebTab SelectedIndex?
posted

How do I tell a WebTab component to open by default the second tab (instead of the first one)? Can I do this programatically? I would accept even a javascript solution for this (although I'd prefer a API call from the code behind to specify the selected/opened tab at runtime).

Thanks!

Wagner

  • 380
    Verified Answer
    posted

    Got it!  The "SelectedIndex" attribute works from the code behind... I was trying to set it directly in the control and it wasn't working.