Hi,
My problems with the Accordion Control
Now I found something strange. I'm databing the Accordion Control, so I'm using the HeaderTemplate and ContentTemplate to add the panes dynamically.
Inside the ContentTemplate I have a datalist having Linkbutton with the properties CommandName wich will be used on the ItemCommand Event of the Datlist Control.
The problem is that the ItemCommand Event doesn't trigger from the ContentTemplate. I click on the LinkButton and nothing happens.
So, is this a bug of the Accordion Control? Or am I just doing something wrong?
Thanks In Advance,