ASP.Net Quiz
ASP.Net Quiz contain set of 10 MCQ questions for ASP.Net MCQ which will help you to clear beginner level quiz.
1. On which of the operating system below ASP.NET can run?
a) Windows XP Professional
b) Windows 2000
c) Both A) and B)
d) None of the Above
2. Which of the following denote the web control associated with Table control function of ASP.NET?
a) DataList
b) ListBox
c) TableRow
d) All the Above
3. ASP.NET separates the HTML output from program logic using a feature named as
a) Exception
b) Code-behind
c) Code-front
d) None of the above
4. 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
5. 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
6. In ASP.NET what does the following return
< %
Response.Write(System.Environment.WorkingSet.ToString())
% >
a) None of the Above
b) Gives Error
c) Return Null value
d) Gives the memory working set
7. In ASP.NET application the Global.asax file lie in which directory
a) Application
b) System
c) ROOT
d) None of the Above
8. Which of the following can be used to debug .NET application?
a) Systems.Diagnostics classes
b) Runtime Debugger
c) Visual Studio .NET
d) All the Above
9. The control used in ASP.NET to display information from data set but with better formatting and editing behavior is
a) Panel
b) Button
c) DataList
d) None of the Above
10. In ASP.NET if one uses Windows authentication the current request attaches an object called as
a) Serialization
b) Windows Principal
c) WindowDatset
d) None of the Above