I am new to ASP.Net but have been doing ASP for a few years now. Many of the examples I have found on the web describe using VB as a language in the asp.net pages, but they do not elaborate if they are using VB6 or VB.Net.
Can I use VB6 in ASP.Net?
Is this the line I would use at the top of my aspx file:
<%@ Page Language="VB" %>.
What would be the sintax for VB.Net?
I am already familiar with VB, being an Access/VB/VBScript programmer, so if I don't have to learn VB.Net, that would make my boss happy since I don't have to learn 2 new lanquages.
Can I use VB6 in ASP.Net?
Is this the line I would use at the top of my aspx file:
<%@ Page Language="VB" %>.
What would be the sintax for VB.Net?
I am already familiar with VB, being an Access/VB/VBScript programmer, so if I don't have to learn VB.Net, that would make my boss happy since I don't have to learn 2 new lanquages.