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

January 9th, 2012, 08:48 AM
|
|
Registered User
|
|
Join Date: Jan 2012
Posts: 13
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
asp.net 3.5 in vb
i m reading the book beginning ASP.NET 3.5 in c# and vb .......i have completed reading till chapter 10 ASP.NET AJAX..later chapters are based on databases .. i want to make the website based on shopping cart..there is no topic related to this ...so what control i can use to make shopping cart please give me some idea about controls and code i can use from this book .....
|
|

January 9th, 2012, 08:57 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Crosspost: asp.net 3.5 in vb
Why are you posting the same message twice?
Imar
|
|

January 9th, 2012, 10:00 AM
|
|
Registered User
|
|
Join Date: Jan 2012
Posts: 13
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
thank u for giving me reply...but as i told that i m reading your book Beginning asp.net 3.5 in c# and vb ..if i read 11, 12 chapters in this book then can i make shopping cart in my website by my own...or i need to refer other book as u mentioned in earlier reply...
|
|

January 9th, 2012, 10:04 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Well, the book teaches you how to program, as well as how to use the controls such as GridView. Whether or not that's enough for you to build a fully functional web site, I can't judge. All the topics in the book combined should put you in the right direction, though.
In addition, I would Google for some existing solutions to learn from.
Cheers,
Imar
|
|

January 9th, 2012, 10:11 AM
|
|
Registered User
|
|
Join Date: Jan 2012
Posts: 13
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
ok thank you so much..i wil surely try Gridview control for shopping cart after i complete those chapters...
|
|

January 10th, 2012, 07:39 AM
|
|
Registered User
|
|
Join Date: Jan 2012
Posts: 13
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
whenever i attach the resource of ch-11 to App_Data folder..it is showing error that u require sql server express 2005 to function properly..but i have installed microsoft sql server 2005 on windows 7 .i am using visual studio 2008...so what kind of change i have to do in sql server 2005 to use resources and to perform a Try It Out execises??..other than resource when i rightclick on App_Data folder and select add new item and then sql server database it showing the same error .
|
|

January 10th, 2012, 09:54 AM
|
|
Registered User
|
|
Join Date: Jan 2012
Posts: 13
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
whenever i attach the resource of ch-11 to App_Data folder..it is showing error that u require sql server express 2005 to function properly..but i have installed microsoft sql server 2005 on windows 7 .i am using visual studio 2008...so what kind of change i have to do in sql server 2005 to use resources and to perform a Try It Out execises??..other than resource when i rightclick on App_Data folder and select add new item and then sql server database it showing the same error .i asked this question earlier also but i didn't got reply so i m posting again...
|
|

January 10th, 2012, 03:40 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
Where did you ask the question before?
You may want to check out this thread: Ch12 P406 & 423 - Can't see SQL Server Sounds like a similar issue.
Cheers,
Imar
|
|

January 11th, 2012, 12:21 AM
|
|
Registered User
|
|
Join Date: Jan 2012
Posts: 13
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
ok i will check 12 ch first and i m trying to understand this thread u mentioned earlier but its different i think..i m using sql server 2005 with visual studio 2008 and that thread is about sql server 2008 express.
i have also read appendix-B but i did not understand what should i change to use this book resources in try outs of chapter-11.
i want also ask this book has 2 languages c# and vb ..so this vb language is vb.net or its different language vb
vb and vb.net is same or different?in this book vb is there or vb.net?
|
|

January 11th, 2012, 02:30 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
The thread I linked to explains how named and unnamed instances work. Maybe you have an unnamed instance in which case you should clear the instance name field in the Tool | Options dialog in Visual Studio.
Before VB.NET, Visual Basic was called VB. Since .NET in 2001, it's now called VB.NET. Since my book deals with ASP.NET, it deals with VB.NET exclusively (that is, it doesn't deal with the old VB, but it does deal with C# as well).
Hope this helps,
Imar
|
|
 |