Hello, I am trying to get these accordion controls to properly work.  
I believe I have them working properly, but when I look in design 
mode, it just shows the background colors.  I am not worried about 
the code behind or anything, I just want it to display in design.  If 
I comment out the controls, the label and text box display exactly as 
they should be.  Please look at this snippet of code and if anyone 
know what I am doing wrong, please help.  I have the controls 
commented out, but and like I said the label and textbox work fine, 
but if you uncomment them...the label and box dissappear.  Thank you 
very much in advance to anyone that can help...here is the code:

<%--<cc1:Accordion ID="Accordion1" runat="server" AutoSize="Limit">
    <Panes>
    <cc1:AccordionPane ID="pane1" runat="server" 
ContentCssClass="Pane_content" HeaderCssClass="Pane_head">
    <Header>
       <asp:Localize ID="Localize16" runat="server" 
meta:resourcekey="Localize16Resource1"
Text="1. Information"></asp:Localize>
    </Header>
    <Content> --%>
    <!-- 1.) Information Section -->
    <table cellspacing="0" cellpadding="2" border="0" 
id="ctl00_ContentPlaceHolder1_ctl01_DetailsView1"
style="color: #333333; font-size: 10pt; height: 50px; width: 500px; 
border-collapse: collapse;">
     <!-- <tr style="color: #333333; background-color: #999999;">
     <td style="background-color: #E9ECF1; font-weight: bold;">
        <asp:Localize ID="Localize2" runat="server" 
meta:resourcekey="Localize1Resource1" Text="User Name"></asp:Localize>
     </td>
     <td>
        <asp:Label ID="lblUserID" runat="server" 
meta:resourcekey="lblUserIDResource1"></asp:Label>
     </td>
     </tr> -->
     <tr style="color: #284775; background-color: #999999;">
     <td style="background-color: #E9ECF1; font-weight: bold;">
     <asp:Localize ID="Localize3" runat="server" 
meta:resourcekey="Localize2Resource1" Text="First 
Name"></asp:Localize>
     </td>
     <td>
     <asp:TextBox ID="txtFirst" runat="server" 
meta:resourcekey="txtFirstResource1"></asp:TextBox>
     </td>
     </tr>
     </table>
<%--</Content>
    </cc1:AccordionPane>    
    </Panes>
</cc1:Accordion>--%>

Rick

Reply via email to