Skip to content Skip to sidebar Skip to footer

How To Show Sweetalert Validation Delete Dialog In Asp Mvc

I am developing an ASP MVC 5 web application using SQL Server. I am trying to delete a profile (client in database) via a button with javascript function. Clicking on the button, t

Solution 1:

You are trying to update onclick default behavior but you're not using preventDefault in your javascript code.

event.preventDefault()

Post a Comment for "How To Show Sweetalert Validation Delete Dialog In Asp Mvc"