I have an image button that when clicked the first time it just seems to submit the page like an old classic asp button. However, after the submit the button's code is executed. Any idea what can cause this?
<asp:Button ID="bttnfinal" style="cursor:pointer;display:none" CausesValidation="false" OnClientClick="return true;" runat="server"
Text="Finalization Page" onclick="bttnfinal_Click" />
I know this may not be a sufficient amount of code but i really don't know where to start when it comes to showing code for this issue.