1) The Page_Load event handler helps to add dynamic, non page-specific content to the ______page.
ASP.NET
Content
Master
Nested
ASP.NET
Content
Master
Nested
2) Which of the following contains the overall templates content?
ASP.NET
Master
Nested
Slave
ASP.NET
Master
Nested
Slave
3) A_______ is a collection of property settings that allows you to define and apply a consistent look across a Web application.
theme
theme
4) _____________ is a set of properties and templates that can be used to standardize the look and feel of a Web page.
skin
5) _________ an application involves making the application readable to a wide range of users irrespective the cultural and regional differences.
skin
5) _________ an application involves making the application readable to a wide range of users irrespective the cultural and regional differences.
Globalizing
6) To use the user interface functionality of a Web page, save the Web page as a user control with the _______ extension.
.ascx
.ascx
7) The @_______ directive associates a user control to a Web page.
Register
Register
8) The @ ______derective specifies a Web page as the Master page.
Master
Master
9) The_____ method specifies attributes for IMG element to refer an image.
WriteAttribute()
WriteAttribute()
10) _________ controls are compiled components that can be shared across multiply application.
Custom
Custom
11) __________ controls are easy to create and are compied at runtime.
User
User
12) Which of the following options about WebPartManager are true?
It manages the personalization setting of the web page.
It manages the personalization setting of the web page.
13) The ASP.NET _______ Tool is a browser-based tool built into the Microsoft Visual Studio IDE.
WebSite Administration
WebSite Administration
14) Some _______ mode settings can be defined using a text editor.
authentication
authentication
15) ___________ authorization uses NTFS permissions to check the access rights of the user account that the ASP.NET application is using.
File
File
16) In client-server operations, the SSL protocol uses a __________ to identify one end, or both ends of the communication.
Certificate Authority
Certificate Authority
17) The _______ control enables a user to recover a forgotten password by providing the username and answer to the security question.
ChangePassword
PasswordRecovery
ChangePassword
PasswordRecovery
18) __________ are editable regions on a Master page that can be customized for each page.
Content placeholders
Content placeholders
19) Can you identify the name of the area where common elements such as company logos menus, or copyright notices can be inserted
Non-editable regions
Non-editable regions