Set ActiveTabIndex on Ajax TabContainer inside CompositeControl
Posted
by MADCookie
on Stack Overflow
See other posts from Stack Overflow
or by MADCookie
Published on 2009-12-10T22:25:08Z
Indexed on
2010/04/01
21:53 UTC
Read the original article
Hit count: 619
ASP.NET
|ajaxtoolkit
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?
© Stack Overflow or respective owner