How to call C#.NET dll from javascript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kishorealla
    New Member
    • Mar 2008
    • 4

    How to call C#.NET dll from javascript

    Hi,

    I have created a class library in C#.NET. I compiled this class library and got the dll. This dll will be installed on client systems. I need to call a method within this dll from a server side html page using javascript. Please guide me in this issue. Thanks in advance.

    Regards
    Satish
  • balabaster
    Recognized Expert Contributor
    • Mar 2007
    • 798

    #2
    Um, I think the JavaScript security model might prevent you doing this. There is limited interaction allowed between JavaScript and the client system.

    Comment

    Working...