<asp:Button ID="Button1" runat="server" Text="save" OnClientClick="return confirmmation()" onclick="Button1_Click" /> <script type="text/javascript"> function confirmmation() { return confirm('confirm'); } </script> <asp:Button ID="Button2" runat="server" Text="cancel" CausesValidation="False" onclick="Button2_Click" />
On your refrence, I tried the same thing and it worked. The button has a reverse gear. Can I see your button_save_click event code and page load code.
Binod source share