16 Jul

Bootstrap Alert Messages

This example shows how to use alert messages using bootstrap framework.

Firstly, you should add the following code to the head section in html:

  https://csharpexamples.com
  
  
  
  

SAMPLE USAGE:

    
× Success! Your message has been sent successfully.
× Warning! There was a problem with your network connection.
× Note! Please read the comments carefully.
× Error! A problem has been occurred while submitting your data.

RESULT:
bootstrap alert messages