Showing posts from July, 2018

JavaScript confirm or radconfirm not triggering the PostBack Event

I have a case where I need to add a confirm dialog to the "OnClientClick" event for a WebForms submit button, after adding the confirm dialog, I noticed that the PostBack event of the submit button is not working anymore. This is the html code that I added to the aspx page, note that the asp.net button is added inside RadAjaxPanel: <asp:Button ID="btnDelete" runat="server" CssClass="button" Text="Delete" OnClientClick="return confirm('Are you sure you…

Load More
That is All