| Author |
display in two seprate table
|
sandeeps srivastava
Greenhorn
Joined: Jul 25, 2008
Posts: 7
|
|
hi , i have a problem , i fetch 24 columns from database i want to split in two separate table 12 field in each table, i write code here please help me
|
 |
Paul Michael
Ranch Hand
Joined: Jul 02, 2001
Posts: 697
|
|
You should probably close the table using after the 12th field </tr> </table> and start a new table before the 13th field <table> <tr> If you want more complicated sorting/arrangement of your results, you might probably need to temporarily store the results you got from the result set into a Collection object before displaying the tables.
|
SCJP 1.2 (89%), SCWCD 1.3 (94%), IBM 486 (90%), SCJA Beta (96%), SCEA (91% / 77%), SCEA 5 P1 (77%), SCBCD 5 (85%)
|
 |
 |
|
|
subject: display in two seprate table
|
|
|