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
To add a custom control to a Web from we have to register with
Choose an answer
Tag prefix
Name space of the dil that is referenced
Assemblyname
All of the above
Previous
Skip
Next
Question # 2
In ASP NET in form page the object whch contains the user name is.
Choose an answer
Page user identity
Page user isin role
Page User Name
None
Previous
Skip
Next
Question # 3
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 # 4
What is the size of the session ID
Choose an answer
32 bit long string
32 bit long double
32 bit long character
32 bit long integer
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
Which of the following is not a member of ADODB command object.
Choose an answer
Execute Reader
Execute scalar
Execute Stream
Open
Previous
Skip
Next
Question # 7
Which of the following is used to send email message from my ASP NET page.
Choose an answer
System Web mail Mail message
System Web mail smtp mail
Both A and B
None
Previous
Skip
Next
Question # 8
Select the validation control used for Pattern matching..
Choose an answer
Field validator
Regular Expression Valdator
Range validator
Pattern Validator
Previous
Skip
Next
Question # 9
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 # 10
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 # 11
In ASP NET application the Global asax file lie in which directly.
Choose an answer
Application
System
ROOT
None
Previous
Skip
Next
Question # 12
The technique that allow code to make function calls to .NET applications on other process and on other machines is.
Choose an answer
.NET Threading
.NET Remoting
.NET RMT
None
Previous
Skip
Next
Question # 13
Which method displays the custom control
Choose an answer
The prerender
Render
Page Load
Display
Previous
Skip
Next
Question # 14
The following are the minimum requirement to run ASP NET pates
Choose an answer
Java virtual machine
common language runtime
Windows explorer
None
Previous
Skip
Next
Question # 15
Find the term The NET frame work which provides automatic memory management using a technique called.
Choose an answer
Serialization
Garbage Collection
Assemblies
Overriding
Previous
Skip
Next
Question # 16
A developer wanted to achieve graphics in his display using ASP NET Which of the following web controls are available in ASP NET to achieve the above.
Choose an answer
Ad rotator
Link button
Both A and B
None
Previous
Skip
Next
Question # 17
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 # 18
What is the strong name
Choose an answer
Public key
Private key
combination of both public private key and digital signature
None
Previous
Skip
Next
Question # 19
I have an ASP NET application I have a page loaded from server memory At this instance which of the following methods gets fired.
Choose an answer
Unload ()
Load () (ANS)
Pre Render()
None
Previous
Skip
Next
Question # 20
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 # 21
To set page title dynamically in ASP NET which of the following is used.
Choose an answer
< sheet > section
< tail > section
< head > section
None
Previous
Skip
Next
Question # 22
can a dil run as stand allows application.
Choose an answer
No
Yes
Sometime we can make it by introducing some code
None
Previous
Skip
Next
Question # 23
Which one of the following names spaces constrains the definition for Idb connection.
Choose an answer
System Data interfaces
System Data common
System Data
System data connection
Previous
Skip
Next
Question # 24
In ASP NET the sessions can be dumped by using.
Choose an answer
Session dump
session Abandon
Session Exit
None
Previous
Skip
Next
Question # 25
Post back occurs in which of the following forms
Choose an answer
Win forms
HTML forms
Web forms
None
Previous
Skip
Next
Question # 26
Which of the following method used to obtain details about information types of assembly.
Choose an answer
Get types
Get type
Both A and B
None
Previous
Skip
Next
Question # 27
Which of the following denote ways to manage state in an ASP .NET application.
Choose an answer
Session objects
Application objects
View state
All above
Previous
Skip
Next
Question # 28
The number of forms that can be added to a aspx page is
Choose an answer
1
2
3
4
Previous
Skip
Next
Back