Sunday, March 11, 2012

TabContainer Problem .. !

Hi,

It's visible by default according to my test.

Please provide more information about it, there must be something wrong elsewhere.


I use a Tabcontainer control and I didn't set any property in design time. But, when i run the project, the tabcontainer's and its tabcontrols's visibility is hidden(when use view source item).

thanks.


Can you make a small sample page that contains the issue and post it here? Thanks.


<cc1:Accordion ID="Accordion1" runat="server">
<Panes>
<cc1:AccordionPane ID="test1" runat="server">
<Header>
<font color="red"></font>test</font>
</Header>
<Content>
Test content1</Content>
</cc1:AccordionPane>
</Panes>
<Panes>
<cc1:AccordionPane ID="test2" runat="server">
<Header>
<font color="red">test2</font></Header>
<Content>
Test content2</Content>
</cc1:AccordionPane>
</Panes>
</cc1:Accordion


I can't reproduce the issue with this code snippet.

No comments:

Post a Comment