Help, Question about mixing C# and VB.net

  • Thread starter Thread starter junk
  • Start date Start date
J

junk

I am converting a large website with VBScript include files and JScript
also included as <script language="jscript" runat="server"> in other
include files.
I would like to convert the VBScript to VB.net based Server-controls
with VB.Net code behind.
I would like to convert the JScript to JScript.net Server-controls with
JScript.net code behind.

I don't know how to do this in the IDE. Is it possible to mix languages
this way?

Amy help would be appreciated.

Fritz Schenk
(e-mail address removed)


[This followup was posted to microsoft.public.dotnet.general and a copy
was sent to the cited author.]
 
You would get most of IDE and .NET if you create separate projects for
controls in different lenguages.
 
[This followup was posted to microsoft.public.dotnet.general and a copy
was sent to the cited author.]

You would get most of IDE and .NET if you create separate projects for
Thanks Igor,
I assume your answer also applies to UserControls?
controls in different lenguages.


--
Igor Gribanov
MCSD.NET
http://dotnetdeveloper.europe.webmatrixhosting.net


junk said:
I am converting a large website with VBScript include files and JScript
also included as <script language="jscript" runat="server"> in other
include files.
I would like to convert the VBScript to VB.net based Server-controls
with VB.Net code behind.
I would like to convert the JScript to JScript.net Server-controls with
JScript.net code behind.

I don't know how to do this in the IDE. Is it possible to mix languages
this way?

Amy help would be appreciated.

Fritz Schenk
(e-mail address removed)


[This followup was posted to microsoft.public.dotnet.general and a copy
was sent to the cited author.]
 
Back
Top