Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 10th, 2004, 04:10 PM
Authorized User
 
Join Date: Aug 2003
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default arranging records from database

hello,

I am trying to make a shopping site for my final year project.

I have problem arranging records from database in a particular format.

I want to arrange product records like http://www.romanapole.com/top.asp

i.e six record per page arranged in 3 column & 2 rows.

please help me.

thanking you

moushumi
 
Old March 10th, 2004, 05:16 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

So, not only is this thread a cross post to this thread, but you are also asking us to do your homework for you?
 
Old March 13th, 2004, 09:44 AM
Authorized User
 
Join Date: Aug 2003
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hello Sir,

you misunderstood me!!!!!!!!!
I am not asking you or anyone else to do my homework.
I am asking someone to help me do it. I want someone to guide me so that I can do it.
I suppose this is wat forums r meant for?????????????

moushumi

 
Old March 15th, 2004, 12:15 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 596
Thanks: 1
Thanked 3 Times in 3 Posts
Default

moushumi,

Just loop through your recordset,adding a cell and and its content to a table row with each record. Set up a counting variable to count the number of cells written, then when it reached the number of columns required (3) close the table row, open a new one and reset the counter.

The code is very easy and to provide it for you would be doing your homework, so have a go at it and post any questions to problems you encounter as new questions.

Also only post them in one forum.


======================================
They say, best men are moulded out of faults,
And, for the most, become much more the better
For being a little bad.
======================================





Similar Threads
Thread Thread Starter Forum Replies Last Post
multiple records in database svk SQL Language 1 May 18th, 2008 03:59 AM
Arranging controls according to window resolution bijgupt VB.NET 2002/2003 Basics 0 June 7th, 2006 03:47 AM
Navigating records in a database don baroo Classic ASP Databases 3 December 8th, 2004 07:09 AM
delete records in database shoakat Classic ASP Databases 9 October 26th, 2004 08:31 PM
arranging records from database moushumi Classic ASP Databases 2 June 5th, 2004 12:56 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.