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
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.