Forums

This topic is locked

response.write recordset asp.net/vb.net/mx

Posted 10 Dec 2002 20:35:14
1
has voted
10 Dec 2002 20:35:14 Fleming Miss posted:
How do I correctly use response.write to output a recordset? I have so far:

Response.Write(product.FieldValue("ProductName", Container))

but I get error: Name 'Container' is not declared. Response.Write(song.FieldValue("ProductName", Container))

Thanks for any help

Reply to this topic