Databinding a Multi Column List?

  • Thread starter Thread starter cmay
  • Start date Start date
C

cmay

I need to databind a record set from the database into a page.

The output I need is a textbox and a label for every item in the
resultset, but I don't want a long vertical list... instead I want a
table with 3 or 4 columns, with each cell holding a textbox and a
label.

So if I were to bind this to a datagrid, the default view would be a
tall and narrow grid, but what I want is more of a rectangular shape on
the form.

Anyone know if this type of thing is possible?
 
Back
Top