Tag: .net
Questions Related to .net
-
Allows you to include server executed code into any ASP application.
-
Allows you to use one file in several different web pages.
-
Allows you to use a piece of code more than once.
-
All of the above
-
HTML
-
JavaScript
-
VBScript
-
Perl
-
All of the above
-
Write a separate include file for those unique pages.
-
Forget the include file. It is easier to just put the unique menu in using HTML code.
-
Have the include file test for the type of page and then print out the correct menu.
-
.shtml
-
.shtm
-
.stm
-
.html
-
.asp
-
At the beginning to keep the code neat and tidy.
-
Anywhere in the code where it is actually needed.
-
At the beginning to keep the code neat and tidy
-
Anywhere in the code where it is actually needed.
-
The include file is in the same directory as the file that is requesting it.
-
The include file is in another directory away from the file that is requesting it.