Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bootstrap for ASP.NET webform [closed]

i am trying to learn twitter bootstrap on ASP webforms, can anyone tell me how to apply bootstrap on menu control that loads from sitemap data source. I will appreciate if there is any tutorial link available for webform specifically. Thanks

like image 930
MEHash Avatar asked Mar 28 '13 22:03

MEHash


1 Answers

This tutorial is good:

http://geekswithblogs.net/JeremyMorgan/archive/2012/09/18/how-to-use-twitter-bootstrap-on-an-asp.net-website.aspx

It's a pretty general question you have, but basically you want to assign a DOM ID to your web controls, and the javascript is going to look pretty much the same as you would find in the Twitter Bootstrap examples.

like image 187
Ringo Avatar answered Oct 13 '22 14:10

Ringo