|
-
Mar 11th, 2005, 05:32 AM
#1
Thread Starter
Lively Member
DataSet in Grid Format
Hi, i am new to ASP.NET.
How do i display display data in a grid format, with the use of datagrid, that it repeats the rows in data set in vertical and horizontal direction. it will look like this in html:
<table>
<tr>
<td>dataset Row1</td>
<td>dataset Row2</td>
<td>dataset Row3</td>
</tr>
<tr>
<td>dataset Row4</td>
<td>dataset Row5</td>
<td>dataset Row6</td>
</tr>
</table>
thanks!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|