1 |
Which one of the following names spaces constrains the definition for Idb connection. |
System Data interfaces
System Data common
System Data
System data connection
|
2 |
Which objects is used to create foreign key between tables. |
Data relation
Data Relationship
Data constraint
Data key
|
3 |
Which method do you invoke on the data adapter control to load your generated data set with data. |
Load
Fill
Get All
None
|
4 |
Which of the following is not a member of ADODB command object. |
Execute Reader
Execute scalar
Execute Stream
Open
|
5 |
Which of the following is not a member of Response Object. |
Clear
Write
Execute
Flush
|
6 |
Where do you store the information about the user locate |
System user
System web
System drawing
System web ul page culture
|
7 |
Which control supports paging |
Repeater
Data grid
Both
None
|
8 |
Select the control which does not have any visible interface |
Datalist
Drop down list
Repeater
Data grid
|
9 |
What is the maximum number of cookies that can be allowed to a web site. |
1
10
20
30
|
10 |
Which of the following is not a valid state management tool. |
Query state
Hidden form field
Application state
cookies
|
11 |
What is the default authentication mode for llS |
Windows
anonymous
Basic Authentication
None
|
12 |
Which DLL translate XML to SL in IIS. |
SLISAPI dll
SLXML dil
LISMXML dil
SLIS dil
|
13 |
Session Object classes are defined in which of the following name space. |
System web ul
System web session state
System Web
None
|
14 |
Select the type processing model that asp net simulate. |
Event driven
Static
Linear
Top down
|
15 |
Who can access Session state variables |
All users of an application
A single session
All users within a single tunnel
None
|
16 |
How do you trae the application -End event on runtime. |
By debugging
By Tracing
Can not be done
None
|
17 |
Select the validation control used for Pattern matching.. |
Field validator
Regular Expression Valdator
Range validator
Pattern Validator
|
18 |
How do you disable client side validation. |
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
|
19 |
Where is the default session data |
In process
State server
Sl server
All of the above
|
20 |
Select the caching type supported |
ASP NET
Out put caching
Data Caching
Both A and B
|
21 |
Which property of the session object is used to set the local identifier. |
sessionld
LCID
Item
Key
|
22 |
The interface used by ASP NET to create Uniue id's |
App domainsetup
System Ul naming contrainer
I as no result
Custom Formatter
|
23 |
How dow yu manage states in asp net application |
Session Objects
Application Objects
View state
All of above
|
24 |
The number of forms that can be added to a aspx page is |
1
2
3
4
|
25 |
What is the default session out time |
20 sec
20 min
1 hr
None
|
26 |
What is the extension of a web user control file. |
Asmx
Ascx
Aspx
None
|
27 |
Why si Global asax is used. |
Implement application and session level events.
Declare Global variables
Both A and B
None
|
28 |
What is the transport protocol used to call a web service. |
HTTP
SOAP
TCP
SMTP
|
29 |
A web application running on multiple servers is called as. |
Web farm
Web form
Web site
None
|
30 |
To add a custom control to a Web from we have to register with |
Tag prefix
Name space of the dil that is referenced
Assemblyname
All of the above
|