convert columns to rows and rows to columns

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.
 
D

DKode

please don't cross post against multiple newsgroups. You'll be lucky if
anyone responds to your thread.
 
K

Ken Tucker [MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top