User923737044 posted
I use sitecore and have a custom control with an ImageButton:
<asp:ImageButton ID="button" CssClass="some class" ImageUrl="/images/some.gif" OnClick="MyClickFunction" runat="server" />
When I click the button, it redirects to the standard layout page (defined in sitecore) without triggering the click-event function. Inserting break-points in code-behind I discovered that no server-side function is fired when the postback occurs.
Any ideas? How to debug client-side?