How can I make datalist or listview items to be listed as grid not a single vertical column?
What I want is the items of the list to appear as a grid not one item below the other. I have a list of employees’ photos that I read from a database, and I want to put them in a grid so I will utilise the empty space and reduce scrolling in the page, exactly the way Amazon does it in this page. How can I configure the list to appear as grid?
How can I make datalist or listview items to be listed as grid not
Share
Set the
RepeatColumnattribute to2or more.