I recently came across the problem having an Accordion control on my site and wanted to load the pane content on demand to reduce loading time of the site. The Accordion was bound to a datasource and every pane should display data of another datasource. Databinding everything from the start led to an unacceptable load time of the page itself.
Continue reading “AJAX Control Toolkit – Accordion loading pane content on demand” »