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
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