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.
|