Deck 3: ASP.net Development: Controls, Methods, and Features
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/25
Play
Full screen (f)
Deck 3: ASP.net Development: Controls, Methods, and Features
1
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?
A)LinkButton
B)AdRotator
C)Both A and B
D)None of the above
A)LinkButton
B)AdRotator
C)Both A and B
D)None of the above
AdRotator
2
In ASP.NET if one wants to maintain session then which of the following is used?
A)In-Process Storage
B)Microsoft SQL Server
C)Session State Service
D)All of the above
A)In-Process Storage
B)Microsoft SQL Server
C)Session State Service
D)All of the above
All of the above
3
I have an ASP.NET application. I have a page loaded from server memory. At this instance which of the following methods gets fired
A)Unload()
B)Load()
C)PreRender()
D)None of the Above
A)Unload()
B)Load()
C)PreRender()
D)None of the Above
Load()
4
Give one word: What model does ASP.NET request processing is based on
A)Buttom-up
B)Top-down
C)Waterfall
D)Pipeline
A)Buttom-up
B)Top-down
C)Waterfall
D)Pipeline
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
5
What is the significance of Server.MapPath
A)Returns the physical file path that corresponds to virtual specified path
B)Returns the Virtual Path of the web folder
C)Maps the specified virtual path to Physical path
D)None
A)Returns the physical file path that corresponds to virtual specified path
B)Returns the Virtual Path of the web folder
C)Maps the specified virtual path to Physical path
D)None
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
6
Which method displays the custom control?
A)The PreRender
B)Render
C)Page_Loa
D)D Display
A)The PreRender
B)Render
C)Page_Loa
D)D Display
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
7
When is the user controls code is executed
A)After the webform loads
B)After the page_init event of webform
C)Before Page_init event of web form
D)None of the above
A)After the webform loads
B)After the page_init event of webform
C)Before Page_init event of web form
D)None of the above
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
8
What section of the Web.config file is used for storing a list of authorized users?
A)Authorization
B)Authentication
C)SecurityPolicy
D)None
A)Authorization
B)Authentication
C)SecurityPolicy
D)None
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
9
The .NET Framework provides a runtime environment called
A)RMT
B)CLR
C)CTS
D)RCT
A)RMT
B)CLR
C)CTS
D)RCT
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
10
The .NET framework which provides automatic memory management using a technique called
A)Serialization
B)Garbage Collection
C)Assemblies
D)Overriding
A)Serialization
B)Garbage Collection
C)Assemblies
D)Overriding
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
11
Which of the following can be used to add alternating color scheme in a Repeater control?
A)AlternatingItemTemplate
B)DataSource
C)ColorValidator
D)None of the above
A)AlternatingItemTemplate
B)DataSource
C)ColorValidator
D)None of the above
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
12
Which of the following method is used to obtain details about information types of assembly?
A)GetTypes
B)GetType
C)Both A and B
D)None of the Above
A)GetTypes
B)GetType
C)Both A and B
D)None of the Above
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
13
In ASP.NET the sessions can be dumped by using
A)Session.Dump
B)Session.Abandon
C)Session.Exit
D)None of the above
A)Session.Dump
B)Session.Abandon
C)Session.Exit
D)None of the above
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
14
Which method do you invoke on the DataAdapter control to load your generated dataset with data?
A)Load()
B)Fill()
C)DataList
D)DataBind
A)Load()
B)Fill()
C)DataList
D)DataBind
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
15
How many classes can a single .NET DLL contain?
A)One
B)Two
C)None
D)Many
A)One
B)Two
C)None
D)Many
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
16
Which of the following denote the property in every validation control?
A)ControlToValidate
B)Text
C)Both A and B
D)None of the above
A)ControlToValidate
B)Text
C)Both A and B
D)None of the above
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
17
The type of code found in Code-Behind class is
A)Server-side code
B)Client-side code
C)Both A and B
D)None of the above
A)Server-side code
B)Client-side code
C)Both A and B
D)None of the above
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
18
Common type system is built into which of the following:
A)CLR
B)RCT
C)RCW
D)GAC
A)CLR
B)RCT
C)RCW
D)GAC
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
19
What is Diffgram?
A)The one which renders the dataset object contents to XML
B)Finds the difference in two objects
C)Finds the difference in two files
D)None of the above
A)The one which renders the dataset object contents to XML
B)Finds the difference in two objects
C)Finds the difference in two files
D)None of the above
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
20
What is the lifespan for items stored in ViewState?
A)Exists for the Life of the current page
B)20 mins
C)2 mins
D)2 sec
A)Exists for the Life of the current page
B)20 mins
C)2 mins
D)2 sec
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
21
What data types do a RangeValidator Support?
A)Integer
B)String
C)Date
D)All of the above
A)Integer
B)String
C)Date
D)All of the above
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
22
To set page title dynamically in ASP.NET which of the following is used?
A)None of the above
B)<sheet> section
C)<tail> section
D)<head> section
A)None of the above
B)<sheet> section
C)<tail> section
D)<head> section
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
23
In ASP.NET application the Global.asax file lie in which directory
A)Application
B)System
C)Root
D)None of the above
A)Application
B)System
C)Root
D)None of the above
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
24
The control used in ASP.NET to display information from data set but with better formatting and editing behavior is
A)Panel
B)Button
C)DataList
D)None of the above
A)Panel
B)Button
C)DataList
D)None of the above
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
25
How do we Delete, Update, Select data in a Dataset?
A)Using SQLDataAdapter
B)Using SQLDataReader
C)Using SQLComman
D)D None
A)Using SQLDataAdapter
B)Using SQLDataReader
C)Using SQLComman
D)D None
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck