I want to confirm from the user before deleting a record. I want to show a message box to confirm operation... please guide me how i do that..
i used query to delete a record on button's click event.
<asp:Button ID="Button1" runat="server" Text="Button" OnClientClick = "return confirm('Do you want delete this record?')" />
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.