hi this is the code i am using for confirmation but when clcik on link button it ask me confirmation during the first time if i give ok record is not getting deleted[ only for the first time]
after that records are getting deleted successfully
<asp:LinkButton ID="LinkBtnDelete" runat="server"
OnClientClick="return confirm('Are you sure you want delete');"
CommandName="Delete">Delete
</asp:LinkButton>
any help would be great thank you