Site MapHelpFeedbackTrue or False
True or False
(See related pages)

1.
Web projects generate a file with the extension .aspx which contains HTML, and another file with the extension .aspx.vb which contains the Visual Basic code.
A)True
B)False
2.
A dynamic link library file (.dll) is generated when a Web project is compiled.
A)True
B)False
3.
Web application events can occur on either the client or server but the event code is always executed on the client.
A)True
B)False
4.
The Server.Transfer method is faster than the Response.Redirect method when you are transferring to another page on the same server.
A)True
B)False
5.
Content pages provide the ability to define a standard layout and behavior that you can apply to all pages in a Web application.
A)True
B)False







Advanced Programming VB.NETOnline Learning Center

Home > Chapter 7 > True or False