There are total of 3 main types of alert box or modal popup being developed:
- Bootstrap Alert Box with Close Button on the Right
- Bootstrap Alert Box which will auto close after 1.5 seconds
- Bootstrap Modal Popup (Light Theme and Dark Theme)
- All the alerts / modal popup are a partial view in /Views/Shared folder.
- They can be added in main view easily by @Html.Partial("AlertFileName").
- For showing & hiding the alert, they are manipulated in script part in "/Views/Home/Index.cshtml"
- For styling of the modal popup's background color and foreground color, they are manipulated in style part in "/Views/Home/Index.cshtml"