<link href="css/bootstrap.css" rel="stylesheet"> <link href="css/bootstrap-responsive.css" rel="stylesheet">And during production, the minified version of the file would be referenced
<link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/bootstrap-responsive.min.css" rel="stylesheet">Adding reference to the css files would expose a lot of css style attributes that can be used to style a lot of web elements or controls, even a gridview can be styled to give it a nice look. To demonstrate this you can add two server textboxes control to the webpage with their CssClass attribute set to "input-medium" and a button with CssClass attribute set to "btn btn-primary" run the application you should see a web page with the controls beautifully styled.
Share this page on
3
Comment(s)
29
People Like(s) This Page
Permalink
comments powered by Disqus
Older Comment(s)