Grid

  • Thread starter Thread starter Mikael Engdahl
  • Start date Start date
M

Mikael Engdahl

Hi,

Is the a control in ASP.NET that would render as a table like the one
below if bound to an array like {1,2,3,4,5,6,7,8,9}?

+---+---+---+
| 1 | 2 | 3 |
+---+---+---+
| 4 | 5 | 6 |
+---+---+---+
| 7 | 8 | 9 |
+---+---+---+
 
Hi,

You can use DataList control. You can set the RepeatColumns property.
Hope it helps.

Prakash.C
 

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

Back
Top