use C# DLL in Javascript
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi All, I want to call C# Dll in Javascript. How can I use Method of this DLL using Javascript. Regards Sunil
-
Hi All, I want to call C# Dll in Javascript. How can I use Method of this DLL using Javascript. Regards Sunil
Basically, you have to create an ActiveX object using that dll. Here[^] a tutorial on CodeProject. These links are also useful (they are aimed to Vista Sidebar Gadget, but can be adapted to work with regular html pages too): http://blogs.msdn.com/jaimer/archive/2006/10/02/writing-a-.net-activex-control-for-your-sidebar-gadget_2E002E00_.aspx[^] http://www.codeproject.com/KB/gadgets/GadgetInterop.aspx[^]