accordion broken for .net 3.5sp1?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andy B

    accordion broken for .net 3.5sp1?

    I am using an accordion for some different views. The datasource for the one
    below is hooked up to a entity framework datacontext function import and
    works just fine. The problem is I can't close/open the different panes in
    it. I always end up getting a "directory listing" instead. Any ideas how to
    fix this? Here is the markup for it:

    <cc1:Accordio n ID="Accordion1 " runat="server" RequireOpenedPa ne="false"
    SelectedIndex=0 >

    <HeaderTemplate >

    <a href=""><%#Eval ("Title")%></a>

    </HeaderTemplate>

    <ContentTemplat e>

    <%#Eval("Body") %>

    </ContentTemplate >

    </cc1:Accordion>


Working...