| .NET DotNet Forum Index » ASP.NET Forum » Gridview three across instead of down... |
|
Page 1 of 1 |
|
| Author |
Message |
| ET... |
Posted: Sun Nov 01, 2009 10:37 am |
|
|
|
Guest
|
How can I do a gridview with the next record in the 2nd column rather than
2nd row. So I want:
Item 1 Item2 Item3
Item 4 Item 5 Item 6
Rather than
Item 1
Item2
Item 3
....
thank you for your help. |
|
|
| Back to top |
|
|
|
| David C... |
Posted: Sun Nov 01, 2009 1:34 pm |
|
|
|
Guest
|
"ET" <katmagicblue at (no spam) gmail.com> wrote in message
news:68EBF836-4825-416F-BB1F-03FBF8FB977D at (no spam) microsoft.com...
Quote: How can I do a gridview with the next record in the 2nd column rather
than 2nd row. So I want:
Item 1 Item2 Item3
Item 4 Item 5 Item 6
Rather than
Item 1
Item2
Item 3
...
thank you for your help.
I think you have to use a DataList or Repeater.
David |
|
|
| Back to top |
|
|
|
|