G
Guest
Hi
I want to use one of my c# assemblies on the client browser (IE), say using
javascript to call it.
I have seen loads of people asking how they can host a WinForms control in
IE but all I want to do is call a few methods in my assembly which do not
have or need a UI.
The <object> tag seems to play a big role here but I haven't managed to get
it either to download the assembly or be callable from client script. Do I
need to do anything special in the c# assembly that will get downloaded? So
far its just a normal class library.
The client machines are all IE6 and can have the framework installed on them
too.
Any help would be much appreciated.
Regards
I want to use one of my c# assemblies on the client browser (IE), say using
javascript to call it.
I have seen loads of people asking how they can host a WinForms control in
IE but all I want to do is call a few methods in my assembly which do not
have or need a UI.
The <object> tag seems to play a big role here but I haven't managed to get
it either to download the assembly or be callable from client script. Do I
need to do anything special in the c# assembly that will get downloaded? So
far its just a normal class library.
The client machines are all IE6 and can have the framework installed on them
too.
Any help would be much appreciated.
Regards