Has anyone had success getting the OnItemCommand to work for them
with a button inside of a data bound accordion control where the button
is inside of the Header template or the Content template?
I have an accordion control on my page that's been data bound and when I have the OnItemCommand set to an event, this should raise a postback that calls an the function that the OnItemCommand is set to whenever something like a button inside of the data bound accordian is clicked. It doesn't call the OnItemCommand event though. I've placed multiple buttons inside the control that should cause an event to be fired on postback but none of them cause the OnItemCommand to be triggered. Does anyone know why this doesn't work in the accordion control?