Computer Science, asked by Vvvvvv9410, 1 year ago

What is the extension for a visual basic web form code file?

Answers

Answered by ritumalara
12
“vb” extension is used for these types of files
Answered by lovingheart
2

Answer:

aspx.vb is the extension for a visual basic web form code file

Explanation:

Web application can be developed using multiple application development environment and in different computer language. Since in the question we can able to trace keywords like visual basic and web form, we can relate this to development of dot net web application in the language of visual basic. So the code behind file or web form code file will have the extension .aspx.vb where .aspx represents active server page with extension and .vb represents visual basic language.

Similar questions