accordion style menus

  • Thread starter Thread starter Andy G
  • Start date Start date
A

Andy G

Is it possible to create accordion style menus in asp.net like windows
explorer uses? If so, could someone point me in the right direction. I
have a SQL database with questions that belong to certain 'Segments'. I
would like to show the 'Segments' with little +'s by them (just like
Explorer) and then expand the segment to show each question under the
'Segment'.

Thanks,
Andy
 
Yep...
Same idea as a drilldown app, or an app with nested
repeaters...

To address the issue of whether there is a component for
accordian panels? Not included with .net (at least 1.1
anyway)

However 3rd parties have created them.

http://www.metabuilders.com/ has a real nice one I beleive

and

http://www.eworldui.net/ has one as well.

I am sure however you'd have to write the logic to create
the panes etc.

WEston
 
Back
Top