Hi,
I have an aspx page that queries and displays data from an Excel file.
However, the entries inside this Excel file are in columns instead of rows.
Is there anyway I can "transpose" the dataset with ASP.Net?
I know I can transpose the Excel file before uploading it, but I'd just like
to find out if it can be done in ASP.Net.
Thank you.
Regards,
WB
Miha Markic [MVP C#] - 15 Apr 2005 13:24 GMT
Hi,
You probably mean to transpose dataset using ado.net.
No, it is not possible out of the box.

Signature
Miha Markic [MVP C#] - RightHand .NET consulting & development
www.rthand.com
SLODUG - Slovene Developer Users Group www.codezone-si.info
> Hi,
>
[quoted text clipped - 11 lines]
> Regards,
> WB