can anybody give me any example how to add "AjaxControlToolkit . AccordionPane" to the ASP.NET Ajax Accordion Control.
the situation, in short, is that i need to fill up Categories Names in HEADERS and Lists of Sub Categories in the Contents of Accordion panel. So lots of headers and then clicking on a header would drop a list of its sub categories. i have all data stored in sql server. and need to fill in C# source view(not in html design view)
my accordion controls name is MyAccordion
guess something like MyAccordion.Panes.Add(
But WHATS NEXT?
and BRIEF example?