Wrox Programmer Forums
|
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
 
Old May 14th, 2011, 05:04 PM
Friend of Wrox
 
Join Date: May 2011
Posts: 411
Thanks: 13
Thanked 7 Times in 7 Posts
Default Pure frustration

In chapter 15 I get this error with the genre.aspx page.
Code:
<script type="text/javascript">
      $(function () {
          $('.GridView tr:odd:not(.GridViewPagerStyle)').addClass('GridViewAlternatingRowStyle');
      });
I get a javascript error that says $ is not defined. This makes no sense because it in the management master master page and it still gives me this error. This is pure insanity and this should not be happening. I just want to pour gasoline all over this good for nothing worthless book and set a match to it. I am going to leave a very, very bad review on Amazon.com and warn other people not to touch this book with a ten foot pole. I give totally up on this very worthless book!
 
Old May 16th, 2011, 04:31 AM
Authorized User
 
Join Date: Jan 2011
Posts: 86
Thanks: 1
Thanked 12 Times in 12 Posts
Default

Hi,

I can understand that you are frustrated but perhaps your a bit too harsh here.

I don't know the book, but the error you give indicates that jQuery dollarsign isn't defined yet. Are you sure you linked the jQuery javascript library correctly ?

I've looked myself ones to the example code for this book (for which you can find links on top of this very thread). And in chapter 15 it shows that genre.aspx uses a masterpage Management.master and in this Management.master jquery-1.4.1.min.js is linked.

I hope you can get over your frustration and look into the code examples.
I trust you will find it instructive and perhaps will reconsider your opinion on the book.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Pure frustration vbboyd BOOK: Beginning ASP.NET 4 : in C# and VB 36 February 7th, 2015 11:52 AM
move_uploaded_file frustration plugnz BOOK: Beginning PHP5, Apache, and MySQL Web Development ISBN: 978-0-7645-7966-0 1 February 18th, 2010 07:59 AM
Frustration with VB Editor jeremy1048 Access 3 October 26th, 2007 01:10 PM
using a expression causing frustration s.wright Access VBA 1 July 26th, 2006 03:37 PM
ComboBox Mayhem Frustration. snw C# 1 November 28th, 2005 05:06 AM





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