Multiple columns data control

C

Cezar

Hi,

I need to display the content of an ArrayList on multiple columns, like

data1 data2 data3 data4
data5 data6 data7 data8
----
or

data1 data3 data5 data7
data2 data4 data6 data8
----
doesn't really matter.

There is out there a web control that let me do this and have control over
the number of rows and columns, ideally autoevaluate the available space and set the
number of columns ?

With a DataGrid I get only one column that using paging I can have it spread over
multiple pages but not spreading over the rows, if you understand what I
mean.

I looked over couple of books but I couldn't find a similar one.

Thank you,
Cezar
 
S

Sonali.NET[MVP]

Use Datalist Control And set RepeatColumns Property to number of times you want the colums to be repeated
-Sushila
 

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

Top