Forums

ASP

This topic is locked

Displaying Results of recordsets side by side

Posted 28 Aug 2002 04:23:37
1
has voted
28 Aug 2002 04:23:37 Brad Matthews posted:
Hi,
I would like to have a 2 column table on an ASP page that returns a recordset which queries a products table. What I am trying to find out is how to display products 1 & 2 in adjacent cells, in the next table row you would see products 3 & 4 and so on.

I understand how to have a repeat region on the table which will display a certain number of rows on the page. But how to filter the recordset to display side by side AS WELL as down the page?

I have seen the end result of it but do not understand the methodology behind it nor have I seen code examples describing how this is done.

Any example code would be helpful but if I could understand the methodology it would be sufficient.
This would make a great tutorial.
Thankyou

Replies

Replied 28 Aug 2002 09:29:13
28 Aug 2002 09:29:13 Vince Baker replied:
There is an extension called a 'Horizontal Looper' that does this very thing. There is some great help files with it as well. Search on Google and you will find it. Let me know if you cannot find.



<% Response.write(The best line of code you can ever use"%>

Vince
VBScript | ASP | HTML | SQL | Oracle | Hosting
Replied 28 Aug 2002 12:56:54
28 Aug 2002 12:56:54 Dave Thomas replied:
The Horizontal Looper extension can be found on the Macromedia Exchange.

Cool little extension it is too <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>

Regards,
Dave

UD4 || Flash || Access ||Web Hosting
Replied 28 Aug 2002 13:00:44
28 Aug 2002 13:00:44 Brad Matthews replied:
Thanks Guys,
Just Popped over to www.basic-ultradev.com/extensions/index.asp and picked it up. Looks like it will do the trick.
Thankyou.

Reply to this topic