0
kicks
Two Easy Methods for Confirm Dialog with ActionLink in ASP.NET MVC
Hi guys, today I would like to present two easy ways in which to present a confirm dialog to the user (such as “Are you sure you wish to delete this item?”) from a button or link click before performing a particular action on your ASP.NET MVC website. If you are already somewhat familiar with the standard JavaScript function, confirm(), parts of the process below should not be too foreign.