Is possible to be done?

  • Thread starter Thread starter Paulo
  • Start date Start date
P

Paulo

Hi, Im converting a asp classic system to asp.net, but how can I do a table
wich lists 3 columns having inside a picture coming from a db access ole
field... ?

if the sql instruction returns for example 4 records, the first 3 will stay
on 1st line filling the 3 columns, and the fourth record on the 2nd line
filling just 1 column... something can control it? or just via code?

It is a selling car system web...

Using VS 2005 C# asp.net 2.0

Thanks
 
Hi, Try a DataList control. The RepeatColumns/RepeatDirection properties
allows to use an horizontal disposition with n columns per row.
 
Back
Top