Confirmation Dialog show in ASP.Net with Bootstrap

Most of the time, you may perform CRUD operations in your web application and some may cost you a lot if something goes wrong. For example, even the admin can go wrong with a little thing and the whole application may be crashed. To avoid such things, we can have a confirmation popup before performing any CRUD operation which is worth to double check. With bootstrap, it is not that complex and can easily manage in the client side. First you need to create the confirmation popup.
 
Continue here>>