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
ASP drop down list > tag replaces which of the HTML tags
Choose an answer
< Option >
< Select >
< List >
None
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
Give one word in NET the operation of reading metadata and using its contents is known as.
Choose an answer
Reflection
Enumeration
Binding
Serialization
Previous
Skip
Next
Question # 4
In ASP NET if one wants to maintain session then which of the following is used.
Choose an answer
In process storage
Microsoft Sl sever
Session state service
All above
Previous
Skip
Next
Question # 5
Session Object classes are defined in which of the following name space.
Choose an answer
System web ul
System web session state
System Web
None
Previous
Skip
Next
Question # 6
Select the control which does not have any visible interface
Choose an answer
Datalist
Drop down list
Repeater
Data grid
Previous
Skip
Next
Question # 7
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 # 8
In ASP NET if one uses Windows authentication the current request attached an object called as.
Choose an answer
Serialization
Windows principal
Windows datset
None
Previous
Skip
Next
Question # 9
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 # 10
The Grid view control in ASP NET has which of the following features.
Choose an answer
Automatic data binding
Automictic paging
Both A and B
None
Previous
Skip
Next
Question # 11
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 # 12
The ASP NET server control which provides an alternative way of displaying text on web page is.
Choose an answer
< ASP label >
< ASP listitem >
< ASP Button >
None
Previous
Skip
Next
Question # 13
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 # 14
Which DLL translate XML to SL in IIS.
Choose an answer
SLISAPI dll
SLXML dil
LISMXML dil
SLIS dil
Previous
Skip
Next
Question # 15
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 # 16
Post back occurs in which of the following forms
Choose an answer
Win forms
HTML forms
Web forms
None
Previous
Skip
Next
Question # 17
What is the transport protocol used to call a web service.
Choose an answer
HTTP
SOAP
TCP
SMTP
Previous
Skip
Next
Question # 18
Which of the following de note value that can be taken by cache control of ASP NET.
Choose an answer
Public
Private
no cache
All above
Previous
Skip
Next
Question # 19
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 # 20
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 # 21
What section of the config Web file is used for storing a slist of authorized users.
Choose an answer
Authorization
Authentication
Authentication
None
Previous
Skip
Next
Back