Wednesday, March 21, 2012

ASP control inside AccordionPanes wont show in Desing View.

ASP controls inside the content of an AccordionPane won't show indesign view,
so the codebehind (.vb files) in VWD 2005 ED tells me theyare not declared.

I have this simple accordion:


<atlasTK:Accordion ID="Accordion1" runat="server" SelectedIndex="0" AutoSize="None"
<Panes>
<atlasTK:AccordionPane ID="AccordionPane1" runat="server" >
<Header>
<a href="http://links.10026.com/?link=" onclick="return false;" >ONE</a>
</Header>
<Content>
<asp:Label ID="lbl1" runat="server" Text="Test"/>
</Content>
</atlasTK:AccordionPane
<atlasTK:AccordionPane ID="AccordionPane2" runat="server" >
<Header>
<a href="http://links.10026.com/?link=" onclick="return false;" >TWO</a>
</Header>
<Content>
<asp:Label ID="lbl2" runat="server" Text="Test2"/>
</Content>
</atlasTK:AccordionPane
</Panes
</atlasTK:Accordion>


and albl1.text="hello world" in the codebehind is unacceptable.

What i'm doing wrong?

Hi DV,

I answered your question inthis thread.

Thanks,
Ted

No comments:

Post a Comment