• Skip to main content
  • Skip to primary sidebar
  • Skip to footer
  • Home
  • Blog
  • Power Platform
    • Power Apps
    • Power Automate
    • Power BI
    • Power Virtual Agents
  • Dynamics 365
  • Azure
  • About Me
Joe Gill Logo

Joe Gill

Microsoft MVP - Power Platform Consultant

Home » .NET » VS 2010 RC ASP.NET – Tab Control Designer Bug

VS 2010 RC ASP.NET – Tab Control Designer Bug

4th March 2010 by Joe Gill Leave a Comment

I just discovered there is a bug in the RC version of VS 2010 it is not generating the designer code for controls within an Ajax Tab Control. Have a look here

In VS 2008 the following

&lt:asp:TabContainer ID=”TabContainer1″ runat=”server” ActiveTabIndex=”1″>
&lt:asp:TabPanel runat=”server” HeaderText=”Contacts” ID=”TabPanel1″>
&lt:ContentTemplate>
&lt:asp:UpdatePanel ID=”UpdatePanel1″ runat=”server” ChildrenAsTriggers=”false” UpdateMode=”Conditional”>
&lt:ContentTemplate>
&lt:asp:TextBox ID=”txJoe” runat=”server”>
&lt:/asp:TextBox>
&lt:/ContentTemplate>
&lt:/asp:UpdatePanel>
&lt:/ContentTemplate>
&lt:/asp:TabPanel>
&lt:/asp:TabContainer>

Will generate the following line in the designer code file
             protected global::System.Web.UI.WebControls.TextBox txJoe;

However in VS2010 this does not get generated and so you cannot access the control in your code behind file. Hopefully we will get a fix soon and don’t have to wait for the RTM.

Share This On Social:
  • Tweet
  • VS 2010 RC ASP.NET - Tab Control Designer Bug Joe Gill Dynamics 365 Consultant

Filed Under: .NET

Reader Interactions

Leave a Reply Cancel reply

You must be logged in to post a comment.

Primary Sidebar

Popular Categories

  • Power Platform
    • Power Apps
    • Power Automate
    • Power Virtual Agents
  • Azure
    • Logic Apps
  • Dynamics 365
  • .NET
  • AI
  • SQL

More to See

Power Platform Requests – Base Request Capacity

17th December 2020 By Joe Gill

Power Automate Desktop

Power Automate Desktop – UI Flow

26th November 2020 By Joe Gill

Tweets

Footer

Joe Gill

Microsoft Business Applications MVP – Power Platform, Dynamics 365 and Azure.

An architect with over twenty years experience designing and developing technology solutions. Specializing in the Microsoft technology stack including Power Platform, Dynamics 365 and Azure. Microsoft MVP Profile

Connect on Social

Useful Links

  • Home
  • Blog
  • About Joe Gill
  • Power Platform
  • Dynamics 365
  • Azure

Featured Posts

Power Platform Requests – Base Request Capacity

Power Automate Desktop – UI Flow

MB-600 – Solution Architect – Supportability

AI Builder – Form Processing Layouts

© 2021 · Joe Gill