convert columns to rows and rows to columns

  • Thread starter Thread starter helpful sql
  • Start date Start date
H

helpful sql

Hi all,
I am using an HTML table control on my ASP.Net page. Now I need to
change this table so that columns become rows and rows become column. Since
the table is very complex with many controls in them, I am wondering if
there is any way to do this in visual studio 2003 or using any other tool.

Thanks in advance.
 
please don't cross post against multiple newsgroups. You'll be lucky if
anyone responds to your thread.
 
Hi,

You need to create a pivot table. Maybe this will help

http://www.sqlteam.com/item.asp?ItemID=5741

Ken
-------------------
Hi all,
I am using an HTML table control on my ASP.Net page. Now I need to
change this table so that columns become rows and rows become column. Since
the table is very complex with many controls in them, I am wondering if
there is any way to do this in visual studio 2003 or using any other tool.

Thanks in advance.
 
Back
Top