Transpose Dataset?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Hi,

You probably mean to transpose dataset using ado.net.
No, it is not possible out of the box.
 

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

Back
Top