What is the different between ASP.NET and VB.NET?
ASP.Net is an environment, and VB.Net is a programming language. You can write ASP.Net pages (called Web Forms by Microsoft) using VB.Net (or C#, or J# or Managed C++ or any one of a number of .Net compatible languages). Confusingly, there is an IDE that Microsoft markets called VB.Net, which allows you to write and compile VB programs.