I have a simple web page MVC Core and the page has a button, when the button is clicked a confirmation pop up box should appear.
The user cannot copy the record if they say Cancel
If the user click's YES or OK the action will copy several SQL tables.
How to I create a Confirmation pop up message?