Thanks Alvin! I ordered your book within minutes of finding it from LuLu (but
won't receive it for several days)!
I'm building a client side (web) control in vs.net by selecting "Windows
Control Library" for the project to create a .dll. The .dll object will be
referenced in a web page requiring Excel functionality. If I embed the OWC
spreadsheet directly into a .net form the project references several ..dll's
which (i assume) all need to get downloaded to the client. I'd prefer to
embed the OWC spreadsheet object into the html page and then reference it
from the control embedded in the same .html page(that's the part i cant
figure out). In that case will I require only 1 .dll to download to the
client?
Just one more q.. what happens if a (client web control) project references
several .dlls? Does each require its own object tag in order to get
downloaded to the GAC/download folder?
Sincerely,
dougb
Is that okay? that will get downloaded to the client's machine when
referenced from the html object tag.
Alvin Bruney - ASP.NET MVP said:
Sure you can, there are examples of this in the black book. However, you
speak of windows controls
Note: In my project I can't seem to get the Windows control to
recognize
the
I'm unclear as to how the two are related. Please explain.
--
Regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @
www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------
DougB said:
Hi,
Is it be possible to reference an OWC excel spreadsheet object embedded in
an HTML page(for instance "id=Spreadsheet1") from a client side control
(.dll) object embedded in the same html page(I'm working with VS.NET)?. If
so, can you please explain the basics?
Note: In my project I can't seem to get the Windows control to
recognize
the
OWC SS component embedded in the html page, is there is a reference i
need
to
set while working on the project?
Thanks in advance!
Dougb