 |
BOOK: Beginning ASP.NET 4 : in C# and VB
 | This is the forum to discuss the Wrox book Beginning ASP.NET 4: in C# and VB by Imar Spaanjaars; ISBN: 9780470502211 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 4 : in C# and VB 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
|
|
|
|
|

July 6th, 2014, 08:09 PM
|
|
Authorized User
|
|
Join Date: Nov 2012
Posts: 40
Thanks: 8
Thanked 5 Times in 4 Posts
|
|
Add responsive framework to web forms
Hi Imar Sir,
After hearing a lot about responsive designs planned to make a site myself. But all the knowledge I have is from your books [the web-site project based].
After google found this article http://geekswithblogs.net/JeremyMorg...t-website.aspx but it refers to Web-Application project usage.
Wanted to know :
1) Can I use the same procedure with web-site projects. If not can you please guide how to achieve responsive in web-site projects.
2) Does the 4.5.1 version of Learning ASP.NET .. shows the usage of included bootstrap in the VS.
Thanks.
|
|

July 7th, 2014, 08:14 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
1. When you choose File | New Web Site and pick ASP.NET Web Forms Site as the base template, your site will be based on Bootstrap. This means you can use all bootstrap principles you've learned.
2. No. I wanted to show the breadth of ASP.NET including all the navigation controls. Some of these, like Menu and TreeView don't work well with Bootstrap so I decided not to use it. For your own sites, Bootstrap is of course a very good option.
Cheers,
Imar
|
|

July 7th, 2014, 10:23 AM
|
|
Authorized User
|
|
Join Date: Nov 2012
Posts: 40
Thanks: 8
Thanked 5 Times in 4 Posts
|
|
Sir, are you referring to VS2010 in the above reply (point 1.) or the latest one, I have currently VS2010 on my machine.
|
|

July 7th, 2014, 10:53 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Oh, sorry, no, I was referring to 2013 (and 2012). 2012 does not use Bootstrap-based templates out of the box. The question about the 4.5.1. version of the book put me on the wrong track.
Cheers,
Imar
|
|

July 7th, 2014, 11:21 AM
|
|
Authorized User
|
|
Join Date: Nov 2012
Posts: 40
Thanks: 8
Thanked 5 Times in 4 Posts
|
|
Ok, Sir goning to download 2013 version, but for now
1. What chapters I need to pay extra heed to quickly update myself from your's (Beginning ASP.NET4) TO (Beginning ASP.NET 4.5.1)
2. Can bootstrap be integrated in ASP.NET-4 / Visual-Studio 2010 --> the approach being Website project [have original VS2010].
Thanks.
|
|

July 7th, 2014, 11:26 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
All chapters contain new stuff, so I recommend you browse through them all, slowing down when you see new stuff and speeding up when things look familiar.
>> Can bootstrap be integrated in ASP.NET-4
Yes; it's just a client side solution, so you can just add the Bootstrap files to an ASP.NET web site and reference them.
Cheers,
Imar
|
|

July 7th, 2014, 11:39 AM
|
|
Authorized User
|
|
Join Date: Nov 2012
Posts: 40
Thanks: 8
Thanked 5 Times in 4 Posts
|
|
Thanks a lot Sir,
You really are a great help and of-course the best author who finds time to teach us always something.
Wish I could do Internship under you but then we are geographically apart. Thanks again.
|
|
 |
|