I will preface this by saying I'm not entirely sure if this should be here or the programming section, and that the server I'm using really sucks and unfortunately nothing can be changed about it, so that's why I'm using crappy things like an Access DB instead of a MySQL or MSSQL database.
I am encountering a bit of difficulty trying to get query results displayed how I would like. I have a list of 1000+ people in an Access database and am running a query to get back all of the results. I just fill them into a gridview and have them paged by every 100 people.
What I'd like to do, however, is make the results display in two columns side-by-side with each having 50 records, and I guess I have no idea how to do that. Right now I have the code below which pages the results and is all great and grand, but if I could somehow get it to show up in 2 columns that'd be awesome...
Question
Dave Diller
I will preface this by saying I'm not entirely sure if this should be here or the programming section, and that the server I'm using really sucks and unfortunately nothing can be changed about it, so that's why I'm using crappy things like an Access DB instead of a MySQL or MSSQL database.
I am encountering a bit of difficulty trying to get query results displayed how I would like. I have a list of 1000+ people in an Access database and am running a query to get back all of the results. I just fill them into a gridview and have them paged by every 100 people.
What I'd like to do, however, is make the results display in two columns side-by-side with each having 50 records, and I guess I have no idea how to do that. Right now I have the code below which pages the results and is all great and grand, but if I could somehow get it to show up in 2 columns that'd be awesome...
Link to comment
Share on other sites
0 answers to this question
Recommended Posts