How do I call a service from within my Assembly?

Posted by TruMan1 on Stack Overflow See other posts from Stack Overflow or by TruMan1
Published on 2010-04-03T14:36:24Z Indexed on 2010/04/03 14:43 UTC
Read the original article Hit count: 271

I have a C# library. From within it, I want to call a static method that exists within the same library but through Javascript. Can I use WebResource to call a C# method?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET