have an AjaxControlToolkit Accordion control included in a custom UserControl. I'm binding it to a datasource and on the itemDataBound I register a few controls as AsyncPostbacks.
Somehow, from an ascx control the event on the itemcommand of my UserControl is never launched although there's no problem when I include this userControl directly in a page.
Anyone has an idea?