ASP:Repeater horizontal 3 column?

  • Thread starter Thread starter HockeyFan
  • Start date Start date
H

HockeyFan

I've got an app that I have to modify that currently uses a repeater
that is oriented vertically. I'm told that the output needs to be 3
column now. Is there a way to do this with a repeater?
I know datalists do this, but I'd prefer not to have to change all the
code that currently works with a repeater, as it already works and has
been stable code.
 
I went ahead and changed to a DataList. Simple change. Now I'm just
trying to figure out how to size the columns.
 
Back
Top