creating a dynamic table with only 3 columns...

R

rajendra.purohit

Hello All,

Can anybody help me to create the following structure dynamically..?

<table border=1>
<tr><td>data1</td><td>data2</td><td>data3</td></tr>
<tr><td>data4</td><td>data5</td><td>data6</td></tr>
<tr><td>data7</td><td>data8</td><td>...</td></tr>
<tr>..........</tr>
<tr>...........</tr>
</table>

Here the data is coming from database...
So i have to generate a table whose colums are fixed..that is ....only
3 <td> per row... but rows can increase as number of records in the
database increase..

can anyone give me the code?

Thanks,
rajendra
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top