ASP.NET MVC MCQ Questions and Answers Pdf - 1

Question: 1

Which of the following is not a member of
ADODBCommand object?

(A) ExecuteReader

(B) ExecuteScalar

(C) ExeccuteStream

(D) Open

Ans: D

Open

Question: 2

Which of the following denote page code model in ASP.NET?

(A) Single file

(B) Code behind

(C) Both a and b

(D) None of these

Ans: C

Both a and b

Question: 3

How do you disable client side validation?

(A) Set the Client Target property to Down level

(B) Set the inherits property to code

(C) Set the Run at property to server

(D) Set the language property to C#

Ans: A

Set the Client Target property to Down level

Question: 4

When a .aspx page is requested from the web server, the output will be rendered to browser in following format

(A) XML

(B) WML

(C) HTML

(D) None of these

Ans: C

HTML

Question: 5

What executable unit gets created when we build an ASP.Net application?

(A) .DLL

(B) .EXE

(C) .COM

(D) None of these

Ans: A

.DLL

Related Questions
Recent Articles
Trending Posts

REGISTER TO GET FREE UPDATES