Anyone have any clue on how to show 4 items going horizontal with a repeater? A repeater shows items going down by default. Here is my test repeater code so far:
Using DataList control with RepeatColumns property might be simpler :
DataList1.RepeatColumns = 4; DataList1.RepeatDirection = RepeatDirection.Horizontal;