Disabling Accordion

  • Thread starter Thread starter Mike Collins
  • Start date Start date
M

Mike Collins

Is there a way to show the accordion before a user logins, but have
everything in it disabled so they cannot change the selected pane? I have
tried setting enabled="false", but this looks bad.
 
Mike Collins said:
Is there a way to show the accordion before a user logins, but have
everything in it disabled so they cannot change the selected pane? I have
tried setting enabled="false", but this looks bad.

Accordion??
 
The Ajax Toolkit control...

<ajaxToolkit:Accordion ID="Accordion1" runat="server">
<ajaxToolkit:AccordionPane ID="AccordionPane1" runat="server">
...
</ajaxToolkit:AccordionPane>
</ajaxToolkit:Accordion>
 
Back
Top