It's possible to manage pivot control in the server side code in a webform?

O

Omar

I'm new working with Office Web components.

Why when I add a Pivot table control to my web form, the control is
added like an object, so i can't view the methods and properties in
the server side code, but when I add the control in a window form I
can see all the properties and methods of this control in my visual
basic code.

I already added the references to OWC11.dll.

It's possible to manage this control in the server side code in a
webform?

I'm using Office 2003, Visual studio 2003, netframe v 1.1.
 
A

Alvin Bruney [MVP]

No, it's not possible. The Pivot Table is an ActiveX control which lives on
the client. No more possible to see javascript object properties from the
server.
 

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