Hi.
I'd like to dynamically add an ASP.NET LinkButton to my SharePoint web part. I'm hooking the LinkButton up with an event-handler, but when I execute the code it seems the event is never fired.
Where in the life-cycle (which event) should I add such a control and how?
Thanks.