The auto-generated designer.cs file did not create the controls inside the Tab Container.ASPX Page<%@ Page Language="C#" AutoEventWireup="True" CodeBehind="Test4.aspx.cs" Inherits="WebFI_Main.Test4" %><%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title></head><body> <form id="form1" runat="server"> <div> <cc1:TabContainer ID="testTBC" AutoPostBack="true" runat="server"> <cc1:TabPanel ID="testTBP" runat="server"> <ContentTemplate> <asp:Panel ID="testPnl" runat="server"> <asp:TextBox ID="testTxtBox" runat="server"> </asp:TextBox> </asp:Panel> </ContentTemplate> </cc1:TabPanel> </cc1:TabContainer> </div> </form></body></html>Designer file output//------------------------------------------------------------------------------// <auto-generated>// This code was generated by a tool.//// Changes to this file may cause incorrect behavior and will be lost if// the code is regenerated. // </auto-generated>//------------------------------------------------------------------------------namespace WebFI_Main { public partial class Test4 { /// <summary> /// form1 control. /// </summary> /// <remarks> /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// </remarks> protected global::System.Web.UI.HtmlControls.HtmlForm form1; /// <summary> /// testTBC control. /// </summary> /// <remarks> /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// </remarks> protected global::AjaxControlToolkit.TabContainer testTBC; }}
Product Language
Version
Operating System
Operating System Language
Steps to Reproduce
Actual Results
Expected Results