Delete Button Confirm


/ Published in: ASP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <asp:Button runat="server" ID="DeleteButton" CommandName="Delete" Text="Delete"
  2. OnClientClick="return confirm('Are you sure you want to delete this product?');" />

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.