asp.net assembly

  • Thread starter Thread starter mehdi_mousavi
  • Start date Start date
M

mehdi_mousavi

Hi folks,
There are 2 ways to load an external program into users' browser (to be
activated on client-side), say, ActiveX Controls & Java Applets. Can we
add up ".NET Assemblies" to the mentioned list, too?

Any help would be highly appreciated,

Cheers,
M.Mousavi
 
This was sort of supported by v1.0 and v1.1, but both versions worked differently.
Also, this is an IE only thing, as the mechanism that makes it work is wrapping
up your assembly as a COM componenet. So from the browser's perspective it's
only an ActiveX control. I'd say it's a dead end approach, as it's not supported
in v2.0.

-Brock
DevelopMentor
http://staff.develop.com/ballen
 
mehdi_mousavi said:
Hi folks,
There are 2 ways to load an external program into users' browser (to be
activated on client-side), say, ActiveX Controls & Java Applets. Can we
add up ".NET Assemblies" to the mentioned list, too?

Any help would be highly appreciated,

and require the user to install .NET?

Javascript in IE is powerful enough to perform most tasks.
 

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

Back
Top