Tag: asp

Questions Related to asp

  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