Site MapHelpFeedbackMultiple Choice Quiz
Multiple Choice Quiz
(See related pages)

1.
A new user control that you make from other individual controls is called a _______ control.
A)custom
B)composite
C)constituent
D)combination
2.
The name of a new control as it appears in the toolbox is the same name as the _______.
A)class
B)property
C)method
D)namespace
3.
Which of the following statements shows a correctly formatted Inherits clause that will inherit from a Label control?
A)Inherits Label
B)Inherits System.Windows.Forms.Label
C)Inherits System.Windows.Controls.Label
D)Inherits Windows.Controls.Label
4.
After you build your project containing a new user control, a file with the extension .pdb will be placed in the project's bin\Debug folder. This file contains _______.
A)debugging information
B)Visual Basic code
C)HTML code
D)references
5.
What extension is given to the Web User Control files?
A).ascx
B).vbx
C).wctl
D).aspx







Advanced Programming VB.NETOnline Learning Center

Home > Chapter 11 > Multiple Choice Quiz