Creating an AJAX Accordion Menu
- by jaullo
Introduction
Ajax is a powerful addition to asp.net that provides new functionality in a simple and agile way
This post is dedicated to creating a menu with ajax accordion type.
About the Control
The basic idea of this control, is to provide a serie of panels and show and hide information inside these panels. The use is very simple, we…