How to implement collapsible sections like on this .aspx page?
- by CSharp Noob
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!