all groups > asp.net building controls > march 2006 >
You're in the

asp.net building controls

group:

Control Event Handlers aren't called when used in PlaceHolder


Control Event Handlers aren't called when used in PlaceHolder Craig
3/29/2006 1:57:02 PM
asp.net building controls:
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
Re: Control Event Handlers aren't called when used in PlaceHolder sam
3/29/2006 2:55:22 PM
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.
AddThis Social Bookmark Button