Posted 30 June 2026, 5:01 am EST - Updated 30 June 2026, 6:30 am EST
Hi,
Migrate from 2010v1 to 2025v2 399 in ASP.NET WebForms NET Framework 4.8.1.
Using C1Tabs from C1.Web.Wijmo.Controls.48.dll
:C1.Web.Wijmo.Controls.C1Tabs.C1Tabs C1TabControl1;
Now, this not compiles: **C1TabControl **
SelectedIndex property dont exists now
TabPages dont exists now
Animation=“None” dont exists now ???
((C1TabPage)(C1TabControl1.TabPages[0])).Text = _textsShown[2].ToString();
((C1TabPage)(C1TabControl1.TabPages[1])).Text = _textsShown[3].ToString();
I’ve added Pages node:
<cc1:C1Tabs ID="C1TabControl1" runat="server" Height="500px"
SelectedIndex="0"
Width="100%" Animation="None">
<Pages>
<cc1:C1TabPage runat="server" Text="Details" ID="DetailsTab">
<uc6:CustomerData ID="CustomerData1" runat="server" />
</cc1:C1TabPage>
<cc1:C1TabPage runat="server" Text="Billing" ID="BillingTab">
<uc1:Billing ID="Billing1" runat="server" />
</cc1:C1TabPage>
any suggestions, please ? thanks a lot
