The Accordian Control of the Atlas Control Toolkit RC1 has a starnge behaviour. Any server control placed within it does not fire their server-side events. However I found out a way around to this problem.
Did an AccordianPane.FindControl() of that control , and attched the eventhandler manually to that...
and it was rocking.....
Cheers