Multiple Choice
When an ASP.NET file is placed on an IIS server and viewed through a browser, the resulting HTML page contains:
A) all ASP.NET code.
B) as much ASP.NET code as is in the ASP.NET file.
C) a mix of ASP.NET and HTML code.
D) all HTML code.
Correct Answer:

Verified
Correct Answer:
Verified
Q15: Which does the solution explorer not display?<br>A)Form
Q16: Which is a type of procedure found
Q17: What is the extension for a Visual
Q18: A postback occurs when:<br>A)a browser posts a
Q19: Which operator is evaluated first?<br>A)NOT<br>B)AND<br>C)XOR<br>D)OR
Q20: Which is an example of a web
Q21: The Boolean data type:<br>A)is unsigned.<br>B)has two states.<br>C)is
Q23: Which method will arrange the elements of
Q24: Where does a web application reside?<br>A)Web client<br>B)Web
Q25: The Button control can be activated:<br>A)programmatically through