Tag: .net

Questions Related to .net

  1. Allows you to include server executed code into any ASP application.

  2. Allows you to use one file in several different web pages.

  3. Allows you to use a piece of code more than once.

  4. All of the above


Correct Option: D
  1. HTML

  2. JavaScript

  3. VBScript

  4. Perl

  5. All of the above


Correct Option: E
  1. Write a separate include file for those unique pages.

  2. Forget the include file. It is easier to just put the unique menu in using HTML code.

  3. Have the include file test for the type of page and then print out the correct menu.


Correct Option: C
  1. At the beginning to keep the code neat and tidy.

  2. Anywhere in the code where it is actually needed.


Correct Option: A
  1. At the beginning to keep the code neat and tidy

  2. Anywhere in the code where it is actually needed.


Correct Option: B
  1. The include file is in the same directory as the file that is requesting it.

  2. The include file is in another directory away from the file that is requesting it.


Correct Option: A