ASP.NET Pivot Tables

J

Jonathan Randle

Hi all,

We're currently converting a site form ASP to ASP.NET. One of the pages
contains an OWC pivot table that gets the data using the CommandText method.
The URL used retrieves an XML stream from an ADO recordset that has been
populated from a SQL database and saved using the adpersistxml option. What
would be the best way to retrieve the same information in the .NET world? I
was hoping to use a web service and DHTML behaviours to return XML to the
pivot table but I suspect my XML is not in the correct format.

Any help would be great,
Cheers
Jonathan
 

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