Link to home
Start Free TrialLog in
Avatar of Webboy2008
Webboy2008

asked on

asp.net ajax

 
<cc1:Accordion  
            runat="server"    
            ID="Accordion1"  
            HeaderCSSClass="AjaxCommQuoteHeaderCSS"              
            HeaderSelectedCssClass="AjaxCommQuoteHeaderSelectedCSS"              
            ContentCssClass="AjaxCommQuoteContentCss"
            Width="700"
            TransitionDuration="250"
            FramesPerSecond="200"
            AutoSize="Fill"
>
     <Panes>


I am using ajax Accordion and have four panes and my question is
e.g. when button in first pane is clicked, how can i code in way to open second pane automatically?

ASKER CERTIFIED SOLUTION
Avatar of Rahul Agarwal
Rahul Agarwal
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial