Objective Questions and Answers MCQs
Objective Questions and Answers MCQs
HOME Interview Questions MCQs *LAB VIVA CLASS NOTES SEMINAR TOPICS
ONLINE TEST GATE CAT Internship ABOUT US Privacy Policy
A. HTMLForms
B. Webforms
C. Winforms
A. LinkCounter
B. Counter
C. AdRotator
D. File Access
A. Page_Init()
B. Page_Load()
C. Page_click()
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 1/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
A. Server.CreateObject(“Scripting.FileSystemObject”)
B. Create(“FileSystemObject”)
C. Create Object:”Scripting.FileSystemObject”
D. Server.CreateObject(“FileSystemObject”)
A. RegSvr.exe
B. GacUtil.exe
C. GacSvr32.exe
D. GacMgr.exe
A. System.Web.UI.Page
B. System.Web.UI.Form
C. System.Web.GUI.Page
D. System.Web.Form
A. Session Objects
B. Application Objects
C. Viewstate
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 2/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
ASP.NET MCQs
A. ControlToValidate
B. ControlToBind
C. ValidateControl
D. Validate
A. Output Caching
B. DataCaching
C. A and B
A. Extended expressions
B. Basic expressions
C. Regular expressions
D. Irregular expressions
A. .Web
B. .ASP
C. .ASPX
A. asp:label
B. asp:listitem
C. asp:button
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 3/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
C. No use
A. ExecuteScalar
B. ExecuteStream
C. Open
D. ExecuteReader
A. SQLISAPI.dll
B. SQLXML.dll
C. LISXML.dll
D. SQLIIS.dll
A. StateServer
B. Session Object
C. InProcess
A. EcmaScript
B. VBScript
C. PERL
D. JavaScript
A. Request.QueryString
B. Request.Form
C. Response.write
D. Response.writeln
A. Application object
B. Session object
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 4/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
C. Response object
D. Server object
A. Session object
B. Application object
C. Response object
D. Server object
A. Synchronize
B. Synchronize()
C. ThreadLock
D. Lock()
A. RegularExpressionValidator
B. CompareValidator
C. equals() method
D. RequiredFieldValidator
A. InProc
B. StateServer
C. SQL Server
A. View state
B. Cookies
C. Hidden fields
D. Request object
28. You can have only one Global.asax file per project.
A. Yes
B. No
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 5/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
A. /bin
B. GAC
C. Root
A. requestQueue limit
B. maxWorkerThreads
C. maxIdThreads
D. All
A. SQLDataReader
B. Data Set
B. Performance logs
C. Alerts Snap-ins
D. ALL
A. CurrentUICulture
B. CurrentCulture
A. < Credential>
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 6/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
B. < authorization>
C. < identity>
D. < authentiation>
A. < credential>
B. < authorization>
C. < Identity>
D. < authentication>
B. Form
C. User
D. All
A. DLLImport Attributes
B. ComVisible attributes
C. COM Interop
D. All
A. Yes
B. No
40. _________ tests make sure that new code does not
break existing code.
A. Regression tests
B. Integration tests
C. Unit tests
D. Load test
A. RMT
B. CLR
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 7/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
C. RCT
D. RC
A. Page.User.Identity
B. Page.User.IsInRole
C. Page.User.Name
A. Serialization
B. Garbage Collection
C. Assemblies
D. Overriding
A. Session objects
B. Application objects
C. ViewState
45. What is the base class from which all Web forms
inherit?
A. Master Page
B. Page Class
C. Session Class
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 8/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
C. Both A. and B.
A. Server.Transfer
B. Response.Redirect
C. Both A. and B.
A. DataList
B. GridView
C. CompareValidator
D. Listview
B. System.Web.Mail.SmtpMail
C. Both A. and B.
A. Normal
B. AboveNormal
C. Highest
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 9/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
A. Reflection
B. Enumeration
C. Binding
D. Serialization
Answer: Reflection
C. Both A. and B.
A. Server-side code
B. Client-side code
C. Both A. and B.
A. CLR
B. RCT
C. RCW
D. GAC
Answer: CLR
A. inetinfo.exe
B. aspnet_isapi.dll
C. aspnet_wp.exe
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 10/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
Answer: aspnet_wp.exe
A. Response.Write()
B. Response.Output.Write()
C. Both A. and B.
Answer: Response.Output.Write()
A. ControlToValidate property
B. Text property
C. Both A. and B.
A. One
B. Two
C. None
D. Many
Answer: Many
C. Both A. and B.
A. AlternatingItemTemplate
B. DataSource
C. ColorValidator
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 11/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
Answer: AlternatingItemTemplate
A. Serialization
B. Threading
C. RCW
D. AppDomain
Answer: Serialization
A. .NET Threading
B. .NET Remoting
C. .NET RMT
A. System.EnterpriseServices
B. System.Security
C. System.Diagnostics
D. System.Data
Answer: A
A. GetTypes
B. GetType
C. Both A. and B.
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 12/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
A. Load ( )
B. Fill( )
C. DataList
D. DataBind
Answer: Fill( )
A. Session.Dump
B. Session.Abandon
C. Session.Exit
Answer: Session.Abandon
A. C-sharp
B. VB
C. C++
D. A and B
Answer: D
A. HTML
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 13/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
B. XML
C. WML
D. JSP
Answer: A
Answer: A
A. Page_Load()
B. Page_Init()
C. Page_click()
Answer: B
A. Winforms
B. HTMLForms
C. Webforms
Answer: C
A. System.web.UI.Page
B. System.Windows.Page
C. System.Web.page
Answer: A
A. Fill( )
B. ExecuteQuery( )
C. Read( )
Answer: A
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 14/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
Answer: C
Answer: C
A. TagPrefix
C. Assemblyname
Answer: B
A. System.Web.UI.Webcontrol
B. System.Web.UI.Customcontrol
C. System.Web.UI.Customcontrols.Webcontrol
Answer: D
Answer: C
Answer: B
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 15/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
C. No use
Answer: C
A. True
B. False
Answer: A
A. .Asmx
B. .Ascx
C. .Aspx
Answer: A
Answer: B
A. 1
B. 2
C. 3
D. More than 3
Answer: C
A. Session Objects
B. Application Objects
C. Viewstate
Answer: A
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 16/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
A. SessionId
B. LCID
C. Item
D. Key
Answer: D
A. Output Caching
B. DataCaching
C. a and b
Answer: B
A. InProcess
B. StateServer
C. Session Object
D. al of the above
Answer: C
A. Event-driven
B. Static
C. Linear
D. Topdown
Answer: A
A. Yes
B. No
Answer: A
A. SQLISAPI.dll
B. SQLXML.dll
C. LISXML.dll
D. SQLIIS.dll
Answer: A
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 17/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
A. 1
B. 10
C. 20
D. More than 30
Answer: A
97. Select the control which does not have any visible
interface.
A. Datalist
B. DropdownList
C. Repeater
D. Datagrid
Answer: C
A. Session.Close( )
B. Session.Discard( )
C. Session.Abandon
D. Session.End
E. Session.Exit
Answer: C
A. ExecuteReader
B. ExecuteScalar
C. ExecuteStream
D. Open
E. CommandText
Answer: C
A. System.Data.Interfaces
B. System.Data.Common
C. System.Data
D. System.Data.Connection
Answer: D
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 18/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
A. Session
B. Application
C. Response.Cookies
D. Response.ViewState
Answer: Application
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 19/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
B. Performance logs
C. Alerts Snap-ins
D. ALL
Answer: ALL
C. Use the MultiView control and break up the image into pieces
that can be displayed in each View control for each product line.
Use the Click event of the View to identify the product line that was
clicked.
D. Use an ImageMap control and define hot spot areas for each of
the product lines. Use the PostBackValue to identify the product
line that was clicked.
Answer: Use an ImageMap control and define hot spot areas for
each of the product lines. Use the PostBackValue to identify the
product line that was clicked.
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 20/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
A. LinqDataSource
B. ObjectDataSource
C. SqlDataSource
D. XmlDataSource
Answer: LinqDataSource
A. Anonymous
B. Windows
C. Basic Authentication
D. None
Answer: Anonymous
B. It runs random
B. Performance logs
C. Alerts Snap-ins
D. ALL
Answer: ALL
A. C-sharp
B. VB
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 21/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
D. C++
A. JSP
B. WML
C. XML
D. HTML
Answer: HTML
A. LCID
B. SessionId
C. Key
D. Item
Answer: LCID
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 22/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
A. SQLIIS.dll
B. SQLXML.dll
C. LISXML.dll
D. SQLISAPI.dll
Answer: SQLISAPI.dll
A. Datagrid
B. Repeater
C. DropdownList
D. Datalist
Answer: Repeater
A. ExecuteReader
B. ExecuteStream
C. ExecuteScalar
D. CommandText
E. Open
Answer: Open
A. XmlConvert
B. XmlDocument
C. XmlNew
D. XmlSettings
Answer: XmlDocument
A. XmlType
B. XmlCast
C. XmlConvert
D. XmlSettings
Answer: XmlConvert
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 23/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
C. Use the MultiView control and break up the image into pieces
that can be displayed in each View control for each product line.
Use the Click event of the View to identify the product line that was
clicked.
D. Use an ImageMap control and define hot spot areas for each of
the product lines. Use the PostBackValue to identify the product
line that was clicked.
Answer: Use an ImageMap control and define hot spot areas for
each of the product lines. Use the PostBackValue to identify the
product line that was clicked.
B. Use the Image control to hold the image and a Calendar control
to randomly select a date for each image to be displayed.
Answer: Use the AdServer control and create an XML file with
configuration of the control.
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 24/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
D. A DataSet must be merged into the same DataSet that created it.
D. None
A. TextWriterTraceListener
B. EventLogTraceListener
C. DefaultTraceListener
D. None
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 25/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
A. Response.Write(System.Environment.Version.ToString() );
B. Response.Write(Version.ToString() );
C. Response.Write(System.Version.ToString() );
D. not possible
Answer: Response.Write(System.Environment.Version.ToString()
);
A. HTTP
B. File
C. FTP
Answer: HTTP
C. No Difference
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 26/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
A. Default constructor
B. Parameterized constructor
C. Global.asax
D. On click of button
A. app_offline.html
B. app_offline.htm
C. appoffline.html
D. none of these
Answer: app_offline.htm
A. HtmlCheckBox
B. HtlmInputCheckBox
C. HtmlControl
D. None
Answer: HtlmInputCheckBox
A. Response.Cache.SetNoStore();
B. Response.Cache.SetNoServerCaching();
C. Response.Cache.SetNoCaching();
D. None of these
Answer: Response.Cache.SetNoStore();
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 27/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
A. LinqDataSource
B. ObjectDataSource
C. SqlDataSource
D. XmlDataSource
Answer: LinqDataSource
A. Cookies
B. Cache
C. Database
D. Global variable
Answer: Cookies
------>>[MOST IMPORTANT]<<------
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 28/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
praveen
MARCH 23, 2020 AT 7:17 AM
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 29/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
REPLY
LEAVE A REPLY
Your email address will not be published. Required fields are marked *
Comment
Name *
Email *
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 30/31
9/19/21, 3:04 PM 300+ TOP ASP.NET Objective Questions and Answers MCQs
Website
Post Comment
https://engineeringinterviewquestions.com/asp-net-objective-questions-and-answers/ 31/31