Forums

ASP

This topic is locked

Repeating region in a text string

Posted 13 Aug 2007 12:07:25
1
has voted
13 Aug 2007 12:07:25 Rob Leaning posted:
Hi,

as a newbie both to this forum and ASP i am probably asking a really stupid question - if so I apologise.

I am using Dreamwever 8 to develop a site, and have been very succesful in building the pages. I have the core of my search result page running really sweetly with a repeating region defined around a div tag to give me a variable number of results depending on the users query, all well and good.

I am now trying to populate other elements of the page with data from the database. In this instance I want to populate the META tag keyword with the model numbers that appear in the search! This works for the first record from the dataset using <%# ProdDetail.FieldValue("ProductModel", Container) %> but because it is just in a text string i cannot set up a repeating region here, so I only get the single record.

Any clues?


Reply to this topic