1000+ Asp.Net Quiz Questions and Answers - 1

Question: 1

How many configuration files can an ASP.NET projects have?

(A) One

(B) Two

(C) More than one

(D) None of these

Ans: A

One

Question: 2

What is the maximum number of cookies that can be allowed to a website?

(A) 1

(B) 10

(C) 20

(D) more than 30

Ans: D

more than 30

Question: 3

Where do you store the information about the user locale?

(A) System.Web.UI.Page.Culture

(B) System.Drawing

(C) System.Web

(D) System.User

Ans: A

System.Web.UI.Page.Culture

Question: 4

How do you manage states in asp.net application?

(A) Application objects

(B) Cookies

(C) Session objects

(D) Viewstate

(E) All of these

Ans: E

All of these

Question: 5

Postback occurs in which of the following forms?

(A) Webforms

(B) HTML forms

(C) Winforms

(D) None of these

Ans: A

Webforms

Related Questions
Read More Engineering Topics