OCW11 Client or Server components?

I

Ivan

I have been using the Pivot 2003 office component in an ASP but although
it's using remote scripting not all the code is running on the server. Can
someone confirm that the clients still need database connectivity from their
machine? If so, how can we retrieve the data on the server side and make the
client side display only.

Thanks so much,
Ivan
 
A

Alvin Bruney [MVP - ASP.NET]

you have a couple of options here, you can use xml-http to retrieve the
server side data. the response from the xml-http object can be wired to the
client-side object. most browsers now support xml-http by the way.

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
 

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