If a developer of ASP.NET defines style information in a common location. Then that location is called as_________________?
A. Theme
B. Master Page
C. Customization
D. None of these
A. Theme
B. Master Page
C. Customization
D. None of these
A. Session Objects
B. Application Objects
C. Viewstate
D. All of the above
We can manage states in asp.net application using_______________? Read More »
ASP.net A. All users within a single tunnel
B. All Users of an application
C. A Single session
D. All of the above
Who can access Session state variables ? Read More »
ASP.net A. The customer can run on any platform.
B. Such a situation cannot happen at all
C. The customer must be having technology that run ASP.
D. None of the Above
A. Parameterized constructor
B. On click of button
C. Global.asax
D. Default constructor
Where we can assign value to Static read only member variable of a static class ? Read More »
ASP.net A. The DataSet schemas must match in order to merge
B. The destination DataSet must be empty prior to merging
C. A primary key must be defined on the DataTable objects
D. A DataSet must be merged into the same DataSet that created it.
Which of the following is a requirement when merging modified data into a DataSet ? Read More »
ASP.net A. LinqDataSource
B. XmlDataSource
C. SqlDataSource
D. ObjectDataSource
Which of these data source controls do not implement Caching ? Read More »
ASP.net A. Static
B. Linear
C. Topdown
D. Event-driven
Select the type Processing model that asp.net simulate ? Read More »
ASP.net A. Add Source, Tag prefix
B. Add Tag prefix, Tag name
C. Add Src, Tagprefix, Tagname
D. None of these
How do you register a user control ? Read More »
ASP.net A. DataBind
B. DataList
C. Fill( )
D. Load ( )