Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8
This is the forum to discuss the Wrox book Beginning ASP.NET 2.0 by Chris Hart, John Kauffman, David Sussman, Chris Ullman; ISBN: 9780764588501
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 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 22nd, 2008, 02:58 AM
Registered User
 
Join Date: May 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default BuildingBlock Problem

I hope someone can help me - I am complete newbie to this forum

I have a question on buildingblock. I am working on a new website based upon Buildingblock technology and am using the february 2003 edition of the book.

when I attempt to preveiw the building block, I get an error initially on line 61.

The code on line 61 looks like this.......

    <td width="10" height="190" rowspan="3"><img src="<%=(section.Item("").Value%>" width="<%=(section.Item("Left_Width").Value)%>" height="<%=(section.Item("Left_Height").Value)%>" name="" alt="">

so, as instructed in the book I have inserted '.Fields' into the code at the relevant place so the code now looks like this.....

    <td width="10" height="190" rowspan="3"><img src="<%=(section.Fields.Item("").Value%>" width="<%=(section.Fields.Item("Left_Width").Value )%>" height="<%=(section.Fields.Item("Left_Height").Val ue)%>" name="" alt="">

now I have a '!' alongside all of the dynamicimage in server behaviors, when I click on the top one I get the follow error....

'section.Fields recordset not found please select another recordset.'

Has anyone any idea what I am doing wrong.

apologies if this is too basic for this forum.

 
Old May 22nd, 2008, 03:54 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

What book are you referring to? This is the forum for the book Beginning ASP.NET 2.0.....

Imar


---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of Beginning ASP.NET 3.5 : in C# and VB, ASP.NET 2.0 Instant Results and Dreamweaver MX 2004
Want to be my colleague? Then check out this post.
 
Old May 22nd, 2008, 04:22 AM
Registered User
 
Join Date: May 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I am so sorry, This should be in the beginning Dreamweaver forum, is it still active ?


 
Old May 22nd, 2008, 04:58 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

It certainly is: http://p2p.wrox.com/forum.asp?FORUM_ID=19

Imar


---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of Beginning ASP.NET 3.5 : in C# and VB, ASP.NET 2.0 Instant Results and Dreamweaver MX 2004
Want to be my colleague? Then check out this post.
 
Old May 22nd, 2008, 05:04 AM
Registered User
 
Join Date: May 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

thanks again and sorry for posting incorrectly.......










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