Displaying Bootstrap Alerts with ASP.NET MVC forms
When working with forms in ASP.NET MVC, particularly with the Ajax.BeginForm helper method, it is often useful to display some sort of indication to the user describing the success or failure of the operation. Actually, this is typically the case with all Ajax workflows since there are no page refreshes.