Re: Transpose Dataset? by Miha
Miha
Fri Apr 15 07:24:08 CDT 2005
Hi,
You probably mean to transpose dataset using ado.net.
No, it is not possible out of the box.
--
Miha Markic [MVP C#] - RightHand .NET consulting & development
www.rthand.com
SLODUG - Slovene Developer Users Group www.codezone-si.info
"WB" <WB@discussions.microsoft.com> wrote in message
news:5AB173C8-B393-4144-AE0F-92DBD8EA3CBC@microsoft.com...
> 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