repeaters inside accordion?

Last post 01-31-2007 7:01 PM by samsonkhisty. 0 replies.

Sort Posts:

  • repeaters inside accordion?

    01-31-2007, 7:01 PM
    • Member
      point Member
    • samsonkhisty
    • Member since 01-31-2007, 6:44 PM
    • Posts 2

    Hey All,

    Ive just started playing arnd with ajax, and was in a fix. I'd be very glad if someone has a answer to this..

    current scenario -

    A logged in user can have more than one group...  and each group has a list of fav members..

    Currently in what my aspx page does is, I have a repeater that gets favourite group/ and the fav members(for that user) from the database, and  binds it accordingly to the label and a listbox (a usercontroll to be more specfic, for more added functions like editing or removing etc..)

    noe the client is not very satisfied as they find it confusing

    now that ajax is here, i was checking out the Accordion in the toolkit, and that is wat they exactly want...

    now, is it possible to have a repeater within an accordion??

    so the structure looks something like this..

              <accordion>

                        <panes>

                                    <repeater>
                                     <itemtemplate> 
                                               <accordionpane/>

                                    </itemtemplate>
     

                                    </repeater>
     

                       </panes>


     apologies if this sounds stupid, or is there anyother way i can do this.. (specifying a datasource)

    i cant really find any example for binding the data for accordion, thats the reason im finding it harder..

    thanks,

     

Page 1 of 1 (1 items)