Posts Tagged ‘ OnClientClick ’

asp:ImageButton with PostBackUrl and OnClientClick event

Mar 16th, 2010 | By | Category: Web

When an asp:Imagebutton control is used with a client-side event, for instance to show a popup window, and the control is not in an asp:UpdatePanel, the client-side event does not complete because the ImageButton initiates a full post-back. In the browser, for instance with a ShadowBox popping up, it appears that the event fired and [...]