I have a image button like this
<asp:ImageButton id="img" OnClick="btDelete_Click()" OnClientClick="javascript:return DeleteClick();"/>
Here Only ClientClick is executing and OnClick (c#) is not executing what may be the reason please help me..
Thanks in advance
Go to the complete details ...