vote up 0 vote down star

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?

flag

73% accept rate
are you using the code behind page of the UserControl or the Page the UserControl is being put into? Pretty sure the event must be in the UserControl's code behind. – AverageAdam Nov 9 at 13:09

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.