Wednesday 10 July 2013

Delete Confirmation Box

<asp:LinkButton ID="lnkDelete" runat="server" 
CommandName="Delete" Text="Delete"
OnClientClick = "return confirm('Are you sure?')" />

1 comment: