Hello,
When using the TabPanel.SetActiveTab with StateProvider PostBack it appears to be reverting back to the first tab.
I have the following:
<ExtJS:TabPanel ID="Tabs" runat="server" ActiveTab="0" AutoHeight="True" AutoWidth="True" AutoPostBack="True">
<Tabs>
<ExtJS:Tab ID="Tab1" runat="server" IconCls="TabTenderSearch" Title="Customer 1" AutoHeight="True" AutoWidth="True">
<Content>
Word
</Content>
</ExtJS:Tab>
<ExtJS:Tab ID="Tab2" runat="server"
IconCls="TabTenderSearch" Title="Customer 2" AutoHeight="True"
AutoWidth="True">
<Content>
Word 2
</Content>
</ExtJS:Tab>
</Tabs>
</ExtJS:TabPanel>
Code behind is:
Cheers,
Timothy
----
Timothy Grant Vogelsang
tvogelsang [at] gmail [dot] com
Coolite Toolkit 0.7 SVN (Professional Edition)
Microsoft .NET Framework 2.0
Microsoft ASP.NET Ajax 1.0