More Classes
5th Class
6th Class
7th Class
8th Class
9th Class
10th Class
11th Class
12th Class
NAT I
NAT II
CSS
IQ
General Knowledge
MDCAT
ECAT
GAT General
GAT Subject
Other Links
Go to Home
Online Tests
PPSC Computer Science Chapter 7 ASP.NET Online Test MCQs With Answers
Question # 1
The feature in ASP NET 2.0 that is used to fire a normal post back to a different page in the application is called.
Choose an answer
Theme
Cross page posting
Code front
None
Previous
Skip
Next
Question # 2
The control used in ASP NET to display information from data set but with better formatting and editing behavior is.
Choose an answer
Panel
Button
Data list
None
Previous
Skip
Next
Question # 3
Which of the following denote page code model in ASP NET.
Choose an answer
Single file
Code behind
Both A and B
None
Previous
Skip
Next
Question # 4
Select the validation control used for Pattern matching..
Choose an answer
Field validator
Regular Expression Valdator
Range validator
Pattern Validator
Previous
Skip
Next
Question # 5
How do you disable client side validation.
Choose an answer
Set the Runat property to server
Set the language property to C#
Set the client target property to Down level
Select the inherits property to Codeb
Previous
Skip
Next
Question # 6
What is the default session out time
Choose an answer
20 sec
20 min
1 hr
None
Previous
Skip
Next
Question # 7
Which of the following can be used to debug NET application.
Choose an answer
System diagnostics classes
Runtime debugger
Visual studio NET
All above
Previous
Skip
Next
Question # 8
Who can access Session state variables
Choose an answer
All users of an application
A single session
All users within a single tunnel
None
Previous
Skip
Next
Question # 9
Which of the following transfer execution directly to another page.
Choose an answer
Server transfer
Response redirect
Both A and B
None
Previous
Skip
Next
Question # 10
What is the full form of WSDL
Choose an answer
Web system Description language
Web services detail language
Web service description language.
None
Previous
Skip
Next
Question # 11
Which method displays the custom control
Choose an answer
The prerender
Render
Page Load
Display
Previous
Skip
Next
Question # 12
The type of code found in code behind class is
Choose an answer
Server side code
Clinet side code
Both A and B
None
Previous
Skip
Next
Question # 13
The actual work process of ASP NET is taken care by
Choose an answer
Inetinfo exe
aspnet _ isapi .dill
aspnet _ wp .exe
None
Previous
Skip
Next
Question # 14
Select the output of the statement < form method=post action = test aspx >
Choose an answer
Transfer all the form data to test aspx with HTTP headers
Transfers all the form data to test aspx with out HTTP headers
Call post method on test aspx
None
Previous
Skip
Next
Question # 15
In ASP NET if one wants to set the focus on a particular control.
Choose an answer
Call SETFOCUS
Call SETCONTROL
Call FOCUS method
None
Previous
Skip
Next
Question # 16
Why si Global asax is used.
Choose an answer
Implement application and session level events.
Declare Global variables
Both A and B
None
Previous
Skip
Next
Question # 17
Which of the following extension does a web service file will have.
Choose an answer
Asmx
Aspx
Ascx
Resx
Previous
Skip
Next
Question # 18
Which property of the session object is used to set the local identifier.
Choose an answer
sessionld
LCID
Item
Key
Previous
Skip
Next
Question # 19
Give one word what model does ASP NET request processing based on.
Choose an answer
Bottom up
Top down
Water fall
Pipe line
Previous
Skip
Next
Question # 20
Which of the following must be done in order to connect data from some data resource to Repeated control.
Choose an answer
Set the Data sources property
Call the data bind method
Both A and B
None
Previous
Skip
Next
Question # 21
In ASP NET application the Global asax file lie in which directly.
Choose an answer
Application
System
ROOT
None
Previous
Skip
Next
Back