Hi all, I've got a problem to read data into multiple columns. I only retrieve one column from a database and automatically I get one column in my gridview, but that's not what I need, I need to get the data spread over multiple columns. For example: -> This is what I've got at the moment: | data1 | | data2 | | data3 | | data4 | | data5 | | data6 | | data7 | -> This is what I need: | data1 | | data2 | | data3 | | data4 | | data5 | | data6 | | data7 | Does anyone know how I can do this? Thanks in advance!
Excuse me for my bad english. :)