EventHandler is null
问题 I am trying to raise a click event from User control and handle it on the containing page. The problem I have is, when I click the button 'imgstep1' on the user control, the code behind imgstep1_click event triggers and but the 'btnHandler' event is alway null. Hence it doesnt call the parent event. Any help on this will be much appreciated. My User Control Code is : .ascx code: <asp:ImageButton ImageUrl="./images/step1.gif" ID="imgstep1" runat="server" OnClick="imgstep1_Click"/> .ascx.cs