Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Wrox Announcements and Feedback > All Other Wrox Books
|
All Other Wrox Books Do you have a question about a Wrox book that isn't listed anywhere on p2p.wrox.com or where the forum is locked? Here's a forum to post questions about any other Wrox book so that other readers or one of the authors can help you with your questions. IF YOU ARE LOOKING FOR CODE DO NOT ASK "Where can I find the code for this book?" That question is answered here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the All Other Wrox Books section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #1 (permalink)  
Old August 17th, 2017, 02:15 PM
Registered User
 
Join Date: Mar 2017
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to include Bootstrap 3 in an ASP.Net empty website project

I have gone through the Beginning ASP.neT 4.5.1 in C# and VB by Imar Spaanjaar and i was so impress with the design.
The quation i have is how can i include Bootstrap 3 into a similar website.
Reply With Quote
  #2 (permalink)  
Old October 16th, 2018, 07:56 AM
Registered User
 
Join Date: Oct 2018
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Adding Bootstrap In ASP.NET Web Forms Using NuGet Package.

1 Start Visual Studio. Go to File menu >> New >> Project.
2 In the New Project window, go to Installed >> Visual C# >> Web.
3 Select ASP.NET Web Application (.NET Framework), Enter the name of the project and press OK button. (I’ve also selected .NET Framework 4.7.1. But, It is optional.)
4 In the next screen, New ASP.NET Web Application, select Web Forms under Templates and press OK button.
5 The ASP.NET Web Forms project is now created.
6 To check the bootstrap version, right-click the solution in solution explorer and select Manage NuGet Packages For Solution…. In the Manage NuGet Window, look for bootstrap package and select it. In the right panel, you can see that the installed version of bootstrap is 3.0.0 and the latest stable version is higher than that. In my case the latest stable version is 4.0.0.
Reply With Quote





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to include an ASP.NET page in many other ASP.NET pages to avoid to rewriting code lizanta BOOK: Beginning ASP.NET 4 : in C# and VB 1 August 7th, 2011 01:34 PM
Creating APS.Net project from website tnprogrammer ASP.NET 2.0 Basics 2 October 19th, 2010 05:15 AM
Using Include statements in ASP.NET acorbo ASP.NET 1.0 and 1.1 Basics 3 June 28th, 2005 08:36 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.