Time remaining
:
:
Test Status
ASPTEST1
Ques 1 :
By default, ASP.NET store SessionIDs in _________________
(A) Cookies
(B) Cache
(C) Database
(D) Global variable
Ques 2 :
Which of the following languages can be used to write server side scripting in ASP.NET?
(A) C-sharp
(B) VB
(C) C++
(D) a and b
Ques 3 :
Choose the form in which Postback occur?
(A) HTMLForms
(B) Webforms
(C) Winforms
Ques 4 :
What is the purpose of code behind ?
(A) To separate different sections of a page in to different files
(B) To merge HTML layout and code in to One file
(C) To separate HTML Layout and code to different file
(D) To ignore HTML usage
Ques 5 :
Which one of the following is the last stage of the Web forms lifecycle?
(A) Page_Load
(B) Event Handling
(C) Page_Init
(D) Page_Unload
Ques 6 :
When an .aspx page is requested from the web server, the out put will be rendered to browser in following format.
(A) HTML
(B) XML
(C) WML
(D) JSP
Ques 7 :
Which of the following object is not an ASP component?
(A) LinkCounter
(B) Counter
(C) AdRotator
(D) File Access
Ques 8 :
Which objects is used to create foreign key between tables?
(A) DataRelationship
(B) DataRelation
(C) DataConstraint
(D) Datakey
Ques 9 :
Which of the following base class do all Web Forms inherit from?
(A) Window class
(B) Web class
(C) Page class
(D) Form class
Ques 10 :
The Asp.net server control, which provides an alternative way of displaying text on web page, is
(A) < asp:label >
(B) < asp:listitem >
(C) < asp:button >
Ques 11 :
Difference between Response.Write() andResponse.Output.Write().
(A) Response.Output.Write() allows you to buffer output
(B) Response.Output.Write() allows you to write formatted output
(C) Response.Output.Write() allows you to flush output
(D) Response.Output.Write() allows you to stream output
Ques 12 :
< asp : listitem > tag replaces which of the following HTML tags
(A) < List >
(B) < UL >
(C) < Option >
Ques 13 :
_____________is a property common in every validation control.
(A) ValidationExpression
(B) InitialValue
(C) ControlToCompare
(D) ControlToValidate
Ques 14 :
The first event to be triggered in an aspx page is.
(A) Page_Load()
(B) Page_Init()
(C) Page_click()
Ques 15 :
Which of the following method must be overridden in a custom control?
(A) The Paint() method
(B) The Control_Build() method
(C) The default constructor
(D) The Render() method
Ques 16 :
The object used by SQL connection to make Security Demands
(A) SQLLCientAttribute
(B) SQLPermission
(C) SQLPermissionClient
(D) SQLClientPermission
Ques 17 :
Which one of the following is used to obtain performance information about a Web Application?
(A) Performance Counters
(B) Data Performance Counters
(C) Web Performance Counters
(D) Data Readers
Ques 18 :
Postback occurs in which of the following forms.
(A) Winforms
(B) HTMLForms
(C) Webforms
Ques 19 :
How do we create a FileSystemObject?
(A) Server.CreateObject("Scripting.FileSystemObject")
(B) Create("FileSystemObject")
(C) Create Object:"Scripting.FileSystemObject"
(D) Server.CreateObject("FileSystemObject")
Ques 20 :
What does Response.End will do?
(A) It will stop the client process
(B) It will stop the server process
(C) None of the above
Submit Answer
Don't Refresh the Page !! ...