Reputation: 2735
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
Upvotes: 1
Views: 522
Reputation: 102793
You might actually find this way is easier (with Jquery) than using the ASP.net Ajax stuff.
Upvotes: 1