Getting a resultset to display in multiple columns
I'm querying a database for a single field "email" and I need to display it in 2 or 3 columns. I guess a datalist would've worked except I have too much data to display at once so I need to make it go over several pages and the datalist doesn't support that so I tried using a gridview but that doesn't seem to be customizable so that the data can be viewed in several columns, the best I seem to be able to get is for the same data to be populated in each column so in other words the data is repeated. Is there a control or some method to get what I want?
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2006 Cloud Solutions. All rights reserved.