1000+ Asp.Net MCQ Questions with Answers Pdf - 1

Question: 1

Which of the following denote the web control associated with Table control function of ASP.NET?

(A) ListBox

(B) TableRow

(C) DataList

(D) All of these

Ans: B

TableRow

Question: 2

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

(A) .com

(B) .exe

(C) .dll

(D) none of these

Ans: C

.dll

Question: 3

Which of the following is true about session in ASP.NET?

(A) asp.net automatically delete sessions after configurable timeout interval

(B) the default time interval is 5 minutes

(C) programmers has to take care of delete sessions after configurable timeout interval

(D) none of these

Ans: A

asp.net automatically delete sessions after configurable timeout interval

Question: 4

What namespace does the Web page belong in the .NET Framework class hierarchy?

(A) System.Web.Page

(B) System.Windows.Page

(C) System.Web.UI.Page

(D) None of these

Ans: C

System.Web.UI.Page

Question: 5

How many classes can a single .NET DLL contain?

(A) one

(B) two

(C) three

(D) many

Ans: D

many

Related Questions
Read More Engineering Topics