I have a custom control that I'm adding to a Placeholder, when I click on a
button within my control, it should fire an event handler. This works fine
if I simply add the control to a page, but if I add the control dynamically
to a placeholder, the event handlers don't get called.
sam - 29 Mar 2006 23:55 GMT
Are you adding the control in page init or page load? You have to add
it during one of those two phases.
Post code if ur question is still not answered.