Click to See Complete Forum and Search --> : General Question About Visual Basic


damon2003
07-23-2003, 07:29 AM
Hi,
I just want to know what is Visual Basic used for within the context of web development. All I have ever used it for is to make a connection with a database. I see a lot of web jobs asking for visual basic. What is it used for? thanks

Nevermore
07-23-2003, 05:16 PM
I belive ASP.net is very much VB.

AdamGundry
07-24-2003, 04:15 AM
VB can also do CGI programs (sort of), but it is a poor solution and rarely used. You may also be thinking of VBScript, a simplified form of VB created by MS as an alternative to Javascript - it only works on IE. Cijori is correct, you are probably thinking of using VB in ASP.NET.

Adam