Guest_imported
New member
- Jan 1, 1970
- 0
hi
i've a problem in formating the data retrieved from DB in HTML throu' asp.i'm displaying the field headings(Column names) along with the data under it in a group by fashion,becoz of this the columns are not aligned leaving one row bigger than the other,the width of the table is 100%,what should i do, to get the rows in line though they belong to diff tables,i'm having something like this below
i want the rows tobe aligned in one straight line
table-1
-----------------------------------
row-1 |row-2 |row-3 |
-----------------------------------
table-2
-----------------------------------
row-1 |row-2 |row-3 |
-----------------------------------
row-1 |row-2 |row-3 |
-----------------------------------
table-3
-----------------------------------
row-1 |row-2 |row-3 |
-----------------------------------
skm0916
i've a problem in formating the data retrieved from DB in HTML throu' asp.i'm displaying the field headings(Column names) along with the data under it in a group by fashion,becoz of this the columns are not aligned leaving one row bigger than the other,the width of the table is 100%,what should i do, to get the rows in line though they belong to diff tables,i'm having something like this below
i want the rows tobe aligned in one straight line
table-1
-----------------------------------
row-1 |row-2 |row-3 |
-----------------------------------
table-2
-----------------------------------
row-1 |row-2 |row-3 |
-----------------------------------
row-1 |row-2 |row-3 |
-----------------------------------
table-3
-----------------------------------
row-1 |row-2 |row-3 |
-----------------------------------
skm0916