|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Displaying database records
<i><b>Originally posted by : meldrape (meldrape@texas.net)</b></i><br /><br />Greetings,<br /><br />I have a SQL table we'll call CATEGORY and an ASP pulling from the database. I have 9 different category names (Cat_Name) that I would like displayed in groups of three side by side instead of one long vertical list. Could someone please point me in the right direction to get started? Any thoughts would be greatly appreciated. Thanks!<br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : STEVENS (stevens@worldshare.net)</b></i><br />Get your connection and recordset then:<br /><table><tr><td><br />response.write rs("cat1")& "</TD><TD>" & rs("cat2") & "</TD><td>" & rs("cat1")& "</td></TR><br /><tr> etc.etc.<br />That is the the first three then do the same for the rest and end close table.</tr></table><br /><br /><br />------------<br />meldrape at 10/8/2000 8:57:12 AM<br /><br /><br />Greetings,<br /><br />I have a SQL table we'll call CATEGORY and an ASP pulling from the database. I have 9 different category names (Cat_Name) that I would like displayed in groups of three side by side instead of one long vertical list. Could someone please point me in the right direction to get started? Any thoughts would be greatly appreciated. Thanks!<br />
|
![]() |
| Viewing: ASP Free Forums > Database > SQL Development > Displaying database records |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|