Set ActiveTabIndex on Ajax TabContainer inside CompositeControl
- by MADCookie
I am creating a CompositeControl in VB ASP.NET.
My control has an Ajax TabContainer with several TabPanels. I need to code it so a value on the querystring can set the container's ActiveTab.
Regardless of the querystring piece of this issue, in my CreateChildControl code, I am setting the ActiveTabIndex to a valid index position, but the UI still has the index 0 as active.
Any tips? Any help?