I am building a table and am getting data for the table from sqlserver. The columns that are being returned need to be wrapped into a second row. I was thinking of the folloing logic.
Create table 1, loop through data, create table with 2 rows, fill table 2 with data for the record, next.
Is this the best approach or is their a method that would wrap the columns into the next column with out needint a table in a table.
In either case can you point out an example of how to do this.
Also a side note, when I search MSDN and get results like this they are in french, itialian, espanol, why will it not stay on US-EN My profile says USA.