wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

II MCA ASP.NET ONLINE QUIZ

Total questions: 15

Worksheet time: 11mins

Name
Class
Date
1.

_____________ is a property common in every validation control.

a)

InitialValue

b)

ValidationExpression

c)

ControlToValidate

d)

ControlToCompare

2.

___________ enable the users to share content across multiple pages in a website.

a)

Themes

b)

Master Pages

c)

AJAX

d)

DynamicControl

3.

____________ control is used to validate e-mail addresses, Social Security Numbers and phone numbers.

a)

Range Validator

b)

Compare Validator

c)

RegularExpression Validator

d)

RequiredField Validator

4.

1. Statement A: Only client side validation is possible in ASP.NET.

Statement B: Nested master pages are allowed in ASP.NET.

a)

Both A and B are true

b)

Both A and B are false

c)

Only A is true

d)

Only B is true

5.

Statement A: Content pages can reference public methods in the master page.

Statement B: ContentPlaceHolder control can be added only on master page.

a)

Only A is true

b)

Only B is true

c)

Both A and B are true

d)

Both A and B are false

6.

A master page contains a ScriptManager control and if a user wants the AJAX functionality on content page, ___________ control is necessary on content page.

a)

PostBackTrigger

b)

AsyncPostBackTrigger

c)

ScriptManager

d)

ScriptManagerProxy

7.

____________ control can be used to update only the portion of the page.

a)

AsyncPostBackTrigger

b)

UpdatePanel

c)

UpdatePage

d)

ScriptManager

8.

___________ control is required of every AJAX page to manage the JavaScript files sent to the client and the communication between client and server.

a)

UpdatePanel

b)

AsyncPostBackTrigger

c)

ScriptManager

d)

ContentPlaceHolder

9.

___________control is not an AJAX server control.

a)

UpdatePanel

b)

ScriptManager

c)

PlaceHolder

d)

ScriptManagerProxy

10.

______________ control is a data bound control used to display a single record from the data source in a table format where each row represents a field of the record.

a)

DataPager

b)

DetailsView

c)

Chart

d)

Repeater

11.

In the MVC framework, the ___________ is responsible for representing the information in a understandable form to the user.

a)

Model

b)

View

c)

Controller

d)

None of the above

12.

The minimum attributes required to create a connection string using SqlConnection object are ____________.

a)

- Data Source

- Initial Catalog

- Integrated Security=true

b)

- Server

- Database

- Integrated Security=true

c)

Both are correct

d)

None

13.

By using the ___________ control on a web page of a website, only authenticated users can be permitted to access other web pages of the website.

a)

LoginStatus

b)

LoginName

c)

LoginView

d)

Login

14.

The ___________ in the MVC framework represents the data and business logic of the application.

a)

View

b)

Controller

c)

Model

d)

None of the options

15.

___________ control provides a link for unauthenticated users to log on.

a)

Login

b)

LoginView

c)

LoginStatus

d)

LoginName