Click here to Skip to main content
15,905,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
anyone suggest me how to use bootstrap alert box in .cs file in .net i want after save detail bootstrap alert box generate success message.how to do?
Posted

1 solution

Look here on how to use Bootstrap alert box:
Twitter Bootstrap Alerts and Errors tutorial[^]
Built with Bootstrap[^]

Now, if you have doubt on how to use it from code behind:
It states, "Using CSS class "alert", which is located from line number 2123 to 2175 of bootstrap.css version 2.0.1". So all you need is to assign the 'alert' CSS class to the desired div/container. Add the CSS style and you would be good to go.
 
Share this answer
 
Comments
invisible@123 9-May-12 2:55am    
thanks a lot for your solution
Sandeep Mewara 9-May-12 4:30am    
Welcome.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900