bootstrap

How to create confirmation box using Bootstrap modal

In bootstrap there is a component known as modal dialog which is a very useful thing and most often used in a web application with rich user interface to show the user a confirmation dialog (Bootstrap modal) with two choices, for example, if a button click action deletes a record from the database then we Read more about How to create confirmation box using Bootstrap modal[…]