1 |
can a dil run as stand allows application. |
No
Yes
Sometime we can make it by introducing some code
None
|
2 |
How do you register a user control. |
Add tag prefix Tag name
Add source .Tag prefix
Ada src Tag prefix Tag name
None
|
3 |
Which method do you invoke on the Data Adapter control to load your generated data set. |
Fill ()
Executeuery ()
Read ()
None
|
4 |
What name space does the Web page belong in the NET frame work class hierarchy. |
System web ul page
System Windows page
System web page
None
|
5 |
Post back occurs in which of the following forms |
Win forms
HTML forms
Web forms
None
|
6 |
< ASP list item > tag replaces which of the following HTML tags |
< Option >
< Ul >
< List >
None
|
7 |
ASP drop down list > tag replaces which of the HTML tags |
< Option >
< Select >
< List >
None
|
8 |
The ASP NET server control which provides an alternative way of displaying text on web page is. |
< ASP label >
< ASP listitem >
< ASP Button >
None
|
9 |
The best way to delimit ASP NET code from HTML code in your pages is by using_____ tags |
<body>
< Head >
< Script >
None
|
10 |
What is executable unit gets created when we build an ASP NET application. |
DLL
EXE
COM
None
|
11 |
When a aspx page is requested from the web server the out put will be rendered to browser in following format. |
HTML
XML
WML
None
|
12 |
The following are the minimum requirement to run ASP NET pates |
Java virtual machine
common language runtime
Windows explorer
None
|
13 |
Which of the following language cna be used to write server side scripting in ASP NET. |
C#
C
Visual Basic
None
|
14 |
The control used in ASP NET to display information from data set but with better formatting and editing behavior is. |
Panel
Button
Data list
None
|
15 |
In ASP NET if one wants to set the focus on a particular control. |
Call SETFOCUS
Call SETCONTROL
Call FOCUS method
None
|
16 |
Which of the following de note value that can be taken by cache control of ASP NET. |
Public
Private
no cache
All above
|
17 |
Which of the following is used to write error message in event log file. |
System data
System enterprise services
System diagnostics
None
|
18 |
Which of the following can be used to debug NET application. |
System diagnostics classes
Runtime debugger
Visual studio NET
All above
|
19 |
In ASP NET application the Global asax file lie in which directly. |
Application
System
ROOT
None
|
20 |
To set page title dynamically in ASP NET which of the following is used. |
< sheet > section
< tail > section
< head > section
None
|
21 |
If in an ASP NET application one want to create http handlers which of the interface is used. |
Pipeline
Handier
IhttpH and ler factory
None
|
22 |
Give one word what model does ASP NET request processing based on. |
Bottom up
Top down
Water fall
Pipe line
|
23 |
I have an ASP NET application I have a page loaded from server memory At this instance which of the following methods gets fired. |
Unload ()
Load () (ANS)
Pre Render()
None
|
24 |
In ASP NET if one wants to maintain session then which of the following is used. |
In process storage
Microsoft Sl sever
Session state service
All above
|
25 |
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. |
Ad rotator
Link button
Both A and B
None
|
26 |
Which of the following denote new data bound controls used with ASP NET. |
Grid view
Form view
St data source
All above
|
27 |
Which of the following denote page code model in ASP NET. |
Single file
Code behind
Both A and B
None
|
28 |
The Grid view control in ASP NET has which of the following features. |
Automatic data binding
Automictic paging
Both A and B
None
|
29 |
In ASP NET if one uses Windows authentication the current request attached an object called as. |
Serialization
Windows principal
Windows datset
None
|
30 |
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. |
Theme
Cross page posting
Code front
None
|