Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4356

Created Issue: TabContainer render duplicated component bug [27365]

$
0
0
I find that Ajax 4.0 renders header label incorrectly in Ajax Tab Container. After some checking, I find it renders the header twice if there is a component in header template. How can I solve the problem?

```
<act:TabContainer ID="tcControl" runat="server" ActiveTabIndex="0" AutoPostBack="false">
<act:TabPanel ID="tpSearch" runat="server">
<HeaderTemplate>
<asp:LinkButton ID="TabContainerHeaderSearch" runat="server" Width="150" Text="Search" OnClick="TabContainerHeader_Click" />
</HeaderTemplate>
<ContentTemplate>
<asp:Panel ID="plSearch" runat="server">
Test
</asp:Panel>
</ContentTemplate>
</act:TabPanel>
</act:TabContainer>
```


Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>