Create Client side Excel Object from ASPX

J

Jiang

Does anybody know how to create client side
Excel.Application objects from aspx code?

I know in vbscript you can put into
<script language="vbscript">
Dim oXL, oBook
Set oXL = CreateObject("Excel.Application")
Set oBook = oXL.Workbooks.Add
....

Even though you will get an activeX warning, you still
can make it.

How can I do it in ASP.net?

Jiang
 
C

-=Chris=-

You cannot create or control client objects from server side code. How many
people have to ask this before it becomes fact?

You can still do vb script as you've stated, but that's all it is.. vb
script. It's not asp.net code; it's not even .net code.
 

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

Members online

Forum statistics

Threads
473,744
Messages
2,569,480
Members
44,900
Latest member
Nell636132

Latest Threads

Top