How to call a class function of a class written in C# from JScript
Messages   Related Types
This message was discovered on microsoft.public.dotnet.languages.jscript.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Post a new message to this list...

xcomplus (VIP)
In a function of an aspx page, I want to call a function of a C# class. How can I do that?
For example, assume the class file is: class1.cs and the constructor is Class1(), in the JScript, when I write:
var cls = new Class1();
It will say Class1 is not defined. What is wrong?

Thanks in advance.
Reply to this message...
 
    
bruce barker
you need to import the namespace used by the c# dll.

"xcomplus" <Click here to reveal e-mail address> wrote in message
news:Click here to reveal e-mail address...
> In a function of an aspx page, I want to call a function of a C# class.
How can I do that?
> For example, assume the class file is: class1.cs and the constructor is
Class1(), in the JScript, when I write:
[Original message clipped]

Reply to this message...
 
    
xcomplus (VIP)
I did that, it would not help.

"bruce barker" wrote:

[Original message clipped]

Reply to this message...
 
 




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com