This .aspx page has a very nice set of collapsible sections with little “+ -” controls.
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!
Try the AJAX Control Toolkit’s CollapsiblePanel.
You can also do this trivially with jQuery: