You are on page 1of 3

1.) What is the default value for the Method attribute in a ASP.

NETÂ server-
side Form control

a. SMTP

b. GET

c. SOAP

d. POST

2.) The ________ allows the .NET Framework to communicate with the COM component by
providing a middle layer between your .NET Framework code and the COM component.

a. Interop assembly

b. Shared assembly

c. Private assembly 1

d. Multifile assembly

4.) The public methods and properties of a master page can be accessed in a content page by
assigning a class name to the master page. Which directive can be used to assign a class name
to the master page

a.
<%@ Page %>

b.
<%@ MasterType %>

c.
<%@ Master %>

d.
<%@ Control %>

5.) To enable users to personalize a page, you must set the Page.Theme property. During or
before which event handler should this be done

a. Page_Render ( )

b. Page_PreInit ( )
c. Page_Load ( )

d. Page_PreRender ( )
Report
2.) What would be the extension of the skin file created with name MyTheme

a. MyTheme.skin

b. MyTheme.aspx.theme

c. MyThemaspx.skin

d. MyTheme.theme
Report
3.) What is the full form of CRUD

a. Create, Retrieve, Update, Delete

b. Create, Remove, Update, Drop

c. Create, Return, Update, Delete

d. Create, Return, Update, Drop


2.) How can a content page refer to a master page at run time

a. By using Master.FindControl method

b.
By setting the value of masterPageFile attribute in the <%@ Page%> directive
as <%@Page masterPageFile ="xxx"%>.

c. By setting the Page.MasterPageFile property.

d.
By setting the value of virtualPath attribute in the<%@ MasterType %>
directive as <%@ MasterType virtualPath ="xxx"%>.

5.) ASP.NET themes can be best described by which of the following options

a. None of these
b. An ASP.NET theme is a collection of property settings that enable a developer to define the
look of pages and controls and then apply the look consistently across pages.

c. An ASP.NET theme consists of a set of named properties that is stored for each user.

d. An ASP.NET theme provides a tracing system that will used to generate the diagnostic
information which can be written to logs, text file or the screen.
5.) Which of the following objects is not a part of an ASP.NET theme

a. Supporting images

b. Skin Files

c. XML file

d. StyleSheet
Start Next Quiz

You might also like