Forums

ASP

This topic is locked

Repeat Region conflict with Recordset objects

Posted 08 Jul 2003 21:52:42
1
has voted
08 Jul 2003 21:52:42 MX Guy posted:
Help! I've designed a page that is filtered by a URL variable when the user enters the page. Upon entering, I wanted a repeat region area displaying values from a column in my recordset to appear on the top of the page. Underneath the region, in a seperate table I want three additional record set objects to appear.

Here's the problem. If I place the recordset objects above the repeat region, the file opens perfectly. However, If I place the objects underneath the repeat region, I get a page can't be displayed error.

My assumption is that the repeat region is hosing up the filtered value so the recordset objects underneath don't know what to disply, resulting in the error. Any thoughts??

Reply to this topic