ASP.NetControls 2023-07-09 ASP.Net - Button Adding a confirmation12345<asp:Button ID="btnDelete" runat="server" Text="Delete" Visible="False" ToolTip="Remove this record from the system." OnClientClick="return confirm('Are you sure you want to delete this record. Press OK to delete')" />