Top 80+ Solved DotNet Technology MCQ Questions Answer
Q. If a developer of ASP.NET defines style information in a common location. Then that location is called as
a. Master Page
b. Theme
c. Customization
d. None of the above
Q. The feature in ASP.NET 2.0 that is used to fire a normal postback to a different page in the application is called
a. Theme
b. Cross page posting
c. Code-front
d. None of the above
Q. The GridView control in ASP.NET has which of the following features
a. Automatic data binding
b. Automatic paging
c. Both A and B
d. None of the above
Q. 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 the above
Q. Which of the following denote New Data-bound Controls used with ASP.NET?
a. GridView
b. SqlDataSource
c. FormView
d. All of the above
Q. A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above?
a. LinkButton
b. AdRotator
c. Both A and B
d. None of the above
Q. In ASP.NET if one wants to maintain session then which of the following is used?
a. In-Process Storage
b. Microsoft SQL Server
c. Session State Service
d. All of the above
Q. I have an ASP.NET application. I have a page loaded from server memory. At thisinstance which of the following methods gets fired
a. Unload()
b. Load()
c. PreRender()
d. None of the Above
Q. Give one word: What model does ASP.NET request processing is based on
a. Buttom-up
b. Top-down
c. Waterfall
d. Pipeline
Q. What is the significance of Server.MapPath
a. Returns the physical file path that corresponds to virtual specified path
b. Returns the Virtual Path of the web folder
c. Maps the specified virtual path to Physical path
d. None
Q. When is the user controls code is executed
a. After the webform loads
b. After the page_init event of webform
c. Before Page_init event of web form
d. None of the above
Q. What section of the Web.config file is used for storing a list of authorized users?
a. Authorization
b. Authentication
c. SecurityPolicy
d. None
Q. The .NET framework which provides automatic memory management using a techniquecalled
a. Serialization
b. Garbage Collection
c. Assemblies
d. Overriding