Top 80+ Solved DotNet Technology MCQ Questions Answer
Q. What is the size of the session ID?
a. 32 bit long string
b. 32 bit long double
c. 32 bit long character
d. 32 bit long integer
Q. Which of the following extension does a WebService file will have?
a. .asmx
b. .aspx
c. .ascx
d. .resx
Q. Which of the following extension does a WebForm file will have?
a. .asmx
b. .aspx
c. .ascx
d. .resx
Q. Which concept is used to provide consistent layout in webform?
a. Master Page
b. Themes
c. GridView
d. None of the above
Q. An alternative way of displaying text on web page using
a. Asp:label
b. Asp:listitem
c. Asp:button
d. None of the above
Q. Why is Global.asax is used?
a. Declare Global variables
b. Implement application and session level events
c. No use
d. None of the above
Q. Which of the following is not a member of ADO DBCommand object?
a. ExecuteScalar
b. ExecuteStream
c. Open
d. ExecuteReader
Q. Default Session data is stored in ASP.Net.
a. StateServer
b. Session Object
c. InProcess
d. all of the above
Q. Which of the following control is used to validate that two fields are equal?
a. RegularExpressionValidator
b. CompareValidator
c. Equals() metho
d. D RequiredFieldValidator
Q. Which of the following denote ways to manage state in an ASP.Net Application?
a. Session objects
b. Application objects
c. ViewState
d. All of the above
Q. In .NET the operation of reading metadata and using its contents is known as ______?
a. Reflection
b. Enumeration
c. Binding
d. Serialization
Q. When an .aspx page is requested from the web server, the output will be rendered tobrowser in following format?
a. HTML
b. XML
c. WML
d. JSP
Q. Select the control which does not have any visible interface.
a. Datalist
b. DropdownList
c. Repeater
d. DataGrid