In web application accordion is a very nice using. By using that you can make you website good looking and in a small space you cam put many things. Here am giving you example of a dynamic Accordion which i am loading from a XML file.
To create that using AjaxControlToolkit. In AjaxControlToolkit a control named [...]
Archive for the ‘AjaxControlToolkit’ Category
Create Accordion dynamically from XML
Posted in AjaxControlToolkit, tagged Accordion, AjaxControlToolkit on April 4, 2008 | 10 Comments »
The TargetControlID of ‘_AccordionExtender’ is not valid. The value cannot be null or empty
Posted in AjaxControlToolkit, tagged Accordion, AjaxControlToolkit on April 1, 2008 | 4 Comments »
I was workign with a small application where i create Accordion runtime. I i got problem for that the problem was “The TargetControlID of ‘_AccordionExtender’ is not valid. The value cannot be null or empty”. I wrote codes like that
Finally got the solution just add accordion.ID = “AccordionID” and this problem is solved. So the fixed code is look like that

