I am trying to add an AJAX Collapsible Panel to my HTML page. I know you can do a AJAX Collapsible Panel using asp.net fairly easily. However, I need to add one to an already existing HTML page. Any ideas how to do this using HTML, Javascript and AJAX? Thanks
Share
You might actually find this way is easier (with Jquery) than using the ASP.net Ajax stuff.