How to implement collapsible sections like on this .aspx page?
Posted
by CSharp Noob
on Stack Overflow
See other posts from Stack Overflow
or by CSharp Noob
Published on 2010-04-25T15:48:17Z
Indexed on
2010/04/25
15:53 UTC
Read the original article
Hit count: 284
This .aspx page has a very nice set of collapsible sections with a little "+ -" control.
http://www.microsoft.com/sqlserver/2008/en/us/editions-compare.aspx
Can anyone tell me how this might be done in Visual Studio?
I have tried using firebug to deconstruct the page but can't find the script that is doing the showCollapsibleItem() call.
Thank you!
© Stack Overflow or respective owner