recordset/table display

This is a discussion on "recordset/table display" within the Web Page Design section. This forum, and the thread "recordset/table display are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 23rd, 2005, 20:33
New Member
Join Date: Dec 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
recordset/table display

Hello All,
here is how my recordset looks...i am using simple asp code to build and display the below record set

Code: Select all
Station | Length | Width | AvgWidth | Area  
____________________________________________
555-25  |   25   |  20   |   22.5   | 562.5
555-50  |   25   |  25   |   30     | 750       
555-75  |   75   |  35   |   25     | 1875
556-50  |  NULL  |  15   |   NULL   | NULL     
560-50  |   50   |  15   |   15     | 750  
561-00  |  NULL  |  15   |   NULL   | NULL
Null values indicated a break in the series...
but my final desired display is...how can i do this with CSS
Code: Select all
Station | Length | Width | AvgWidth | Area  
____________________________________________
555-25  |        |  20   |          |       
        |   25   |       |   22.5   | 562.5
555-50  |        |  25   |          |       
        |   25   |       |   30     |  750  
555-75  |        |  35   |          |       
        |   75   |       |   25     | 1875
556-50  |        |  15   |          |       
-----------< some empty cells
     to indicate gap too wide >--------------
560-50  |        |  15   |          |       
        |   50   |       |   15     |  750
561-00  |        |  15   |          |
thanks in advance
Reply With Quote

  #2 (permalink)  
Old Dec 24th, 2005, 01:40
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
Re: recordset/table display

i dont get what you mean...
Reply With Quote
  #3 (permalink)  
Old Dec 24th, 2005, 03:39
Reputable Member
Join Date: Sep 2005
Location: Canada, BC
Age: 24
Posts: 239
Thanks: 0
Thanked 0 Times in 0 Posts
Re: recordset/table display

Use a table? :S
Reply With Quote
  #4 (permalink)  
Old Dec 24th, 2005, 09:42
Tim356's Avatar
Reputable Member
Join Date: Nov 2003
Location: Australia
Age: 25
Posts: 331
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Tim356
Re: recordset/table display

I don't really understand either? &nbsp?
Reply With Quote
  #5 (permalink)  
Old Dec 25th, 2005, 21:02
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
Re: recordset/table display

just use a table...hehe
Reply With Quote
Reply

Tags
recordsettable, display

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Importing RecordSet to .asp file tolis Classic ASP 8 Nov 23rd, 2005 20:23
ADODB.Recordset error '800a0bb9' grittyminder Databases 2 Jul 15th, 2005 21:09
importing txt file to SQL with recordset EnvY Classic ASP 21 Mar 28th, 2005 11:22
ASP Product Display in Table BillyBlank Classic ASP 6 Mar 23rd, 2005 06:57
passing recordset to next page? Monie Classic ASP 1 Sep 25th, 2004 07:53


All times are GMT. The time now is 07:51.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43