Time remaining
:
:
Test Status
ASPTEST3
Ques 1 :
Which one of the following is the type of assembly that contains localized resources?
(A) Hub
(B) Satellite
(C) Shared
(D) localized
Ques 2 :
Custom Controls are derived from which of the classes
(A) System.Web.UI.Webcontrol
(B) System.Web.UI.Customcontrol
(C) System.Web.UI.Customcontrols.Webcontrol
Ques 3 :
An alternative way of displaying text on web page using
(A) asp:label
(B) asp:listitem
(C) asp:button
Ques 4 :
Which of the following is true ?
(A) User controls are displayed correctly in the Visual Studio .NET Designer
(B) Custom controls are displayed correctly in VS.Net Designer
(C) User and Custom controls are displayed correctly in the Visual Studio .NET Designer.
Ques 5 :
__________________ method(s) are used with Application object to ensure only one process accesses a variable at a time.
(A) Synchronize
(B) ThreadLock
(C) Sychronize()
(D) Lock() and UnLock()
Ques 6 :
How ASP.Net Different from classic ASP?
(A) Scripting is separated from the HTML, Code is interpreted seperately
(B) Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server
(C) Code is separated from the HTML and interpreted Code is interpreted separately
Ques 7 :
Why is Global.asax is used?
(A) Declare Global variables
(B) Implement application and session level events
(C) No use
Ques 8 :
How do we Delete, Update, Select data in a Dataset
(A) Using SQLDataAdapter
(B) Using SQLDataReader
(C) Using SQLCommand
(D) None
Ques 9 :
Which one of the following is to be implemented for .NET remote server object?
(A) IUnknown
(B) ISerializable
(C) IMarshalByValue
(D) ISingleCall
Ques 10 :
What's the difference between Response.Write() and Response.Output.Write()?
(A) Response.Output.Write() allows you to flush output
(B) Response.Output.Write() allows you to buffer output
(C) Response.Output.Write() allows you to write formatted output
(D) Response.Output.Write() allows you to stream output
Ques 11 :
Which of the following is not a member of ADODBCommand object?
(A) ExecuteScalar
(B) ExecuteStream
(C) Open
(D) ExecuteReader
Ques 12 :
what is the difference between user control and custom control
(A) Both can use as drag and drop tool
(B) Both are same
(C) Both can use different application
(D) One Custom Control can be use in different project but not the same with User control
Ques 13 :
______________ is the DataType return in IsPostback property.
(A) bit
(B) boolean
(C) int
(D) string
Ques 14 :
There can be more than 1 machine.config file in a system
(A) True
(B) False
Ques 15 :
Which DLL translate XML to SQL in IIS?
(A) SQLISAPI.dll
(B) SQLXML.dll
(C) LISXML.dll
(D) SQLIIS.dll
Ques 16 :
What is the purpose of Reflection?
(A) For Reading metadata at runtime
(B) For knowing version of assembly
(C) For finding path of an assembly
Ques 17 :
____________ is the Microsoft IIS server running, handling ASP.NET requests among other things
(A) aspnet_isapi.dll
(B) aspnet_wp.exe
(C) inetinfo.exe
Ques 18 :
What is the extension of a web user control file?
(A) .Asmx
(B) .Ascx
(C) .Aspx
Ques 19 :
Default Session data is stored in ASP.Net?
(A) Session Object
(B) InProcess
(C) StateServer
(D) all of the above
Ques 20 :
Which of the following is not a member of Response Object?
(A) Clear
(B) Write
(C) Execute
(D) Flush
Submit Answer
Don't Refresh the Page !! ...