Hi, I'm still new in .NET. How to use more than 1 language in .NET?<BR>for example I'm using C# in current page but I would like to use<BR>VB as well.<BR><%@page language="C#"%><BR><%@page language="VB"%><BR><BR>Thanks <BR>Have a Blessed day!<BR>
You can't in a single page. <BR><BR>ASP.Net doesn't provide the ability to use multiple languages in one page.<BR><BR>:-(It seems like you could do it in a separate file using import to call the functions of the code written in the other language.
